DBA Data[Home] [Help]

APPS.PQP_GB_PSI_FUNCTIONS dependencies on PAY_ELEMENT_TYPE_EXTRA_INFO

Line 422: -- This procedure gets the bonus codes information from pay_element_type_extra_info

418:
419:
420:
421: -- =============================================================================
422: -- This procedure gets the bonus codes information from pay_element_type_extra_info
423: -- if bonus code is alphanumeric then information is passed to the output file
424: -- else to the log file
425: -- =============================================================================
426: PROCEDURE get_bonus_codes

Line 555: -- This procedure gets allowance code information from pay_element_type_extra_info

551:
552: END get_bonus_codes;
553:
554: -- =============================================================================
555: -- This procedure gets allowance code information from pay_element_type_extra_info
556: -- if allowance code is alphanumeric then information is passed to the output file
557: -- else to the log file.
558: -- =============================================================================
559: PROCEDURE get_allowance_codes

Line 7725: pay_element_type_extra_info pei

7721: ,pei.eei_information17 column_name_source_name
7722: ,pei.eei_information18 row_name_source_type
7723: ,pei.eei_information19 row_name_source_name
7724: FROM -- pay_element_types_f pet
7725: pay_element_type_extra_info pei
7726: WHERE pei.element_type_id = p_element_type_id
7727: AND pei.information_type = 'PQP_UK_ELEMENT_ATTRIBUTION';
7728: BEGIN
7729: debug_enter(l_proc);