DBA Data[Home] [Help]

APPS.PAY_NO_RULES dependencies on HR_GENERAL

Line 1114: l_uom := hr_general.decode_lookup('UNITS',csr_element_info_rec.uom);

1110: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION4',csr_element_info_rec.Name);
1111: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1112: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION5',csr_element_info_rec.type );
1113:
1114: l_uom := hr_general.decode_lookup('UNITS',csr_element_info_rec.uom);
1115:
1116: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1117: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION6',l_uom );
1118: --

Line 1178: l_uom := hr_general.decode_lookup('UNITS',csr_element_info_rec.uom);

1174: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION4',csr_element_info_rec.Name);
1175: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1176: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION5',csr_element_info_rec.type );
1177:
1178: l_uom := hr_general.decode_lookup('UNITS',csr_element_info_rec.uom);
1179:
1180: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1181: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION6',l_uom );
1182: --