Author: Thinkapace Admin

“This query is used to get the person number of employees who are eligible in a compensation workforce plan.”

“This query is used to get the person number of employees who are eligible in a compensation workforce plan.”

This query selects the PERSON_NUMBER from the CMP_CWB_PERSON_INFO table for individuals included in a...

“This query is used to get the display name of the line manager assigned to an employee.”

“This query is used to get the display name of the line manager assigned to an employee.”

This query selects the DISPLAY_NAME of a manager from PER_PERSON_NAMES_F who is assigned as...

This query is used to get the rounded rate amount of a salary pay component for an active employee assignment.”

This query is used to get the rounded rate amount of a salary pay component for an active employee assignment.”

This query selects the RATE_AMOUNT from CMP_SALARY_PAY_COMPONENTS and rounds the value to two decimal places using...

“This query is used to get the person number of employees who have a primary active assignment and valid global name records.”

“This query is used to get the person number of employees who have a primary active assignment and valid global name records.”

This query selects the PERSON_NUMBER from PER_ALL_PEOPLE_F for individuals classified as employees. It joins PER_ALL_ASSIGNMENTS_M to...

“This query is used to get the start date of an employee’s period of service.”

“This query is used to get the start date of an employee’s period of service.”

This query selects the DATE_START from PER_PERIODS_OF_SERVICE and formats it as DD-MON-YYYY using the TO_CHAR function. It joins PER_ALL_PEOPLE_F with PER_ALL_ASSIGNMENTS_F to identify the...

“This query is used to get the document number of purchase orders that are not in incomplete or cancelled status.

“This query is used to get the document number of purchase orders that are not in incomplete or cancelled status.

This query selects the SEGMENT1 column from the PO_HEADERS_ALL table, which typically represents the purchase order number....