DBA Data[Home] [Help]

APPS.PAY_NO_RULES dependencies on HR_GENERAL

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

1097: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION4',csr_element_info_rec.Name);
1098: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1099: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION5',csr_element_info_rec.type );
1100:
1101: l_uom := hr_general.decode_lookup('UNITS',csr_element_info_rec.uom);
1102:
1103: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1104: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION6',l_uom );
1105: --

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

1161: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION4',csr_element_info_rec.Name);
1162: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1163: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION5',csr_element_info_rec.type );
1164:
1165: l_uom := hr_general.decode_lookup('UNITS',csr_element_info_rec.uom);
1166:
1167: pay_payroll_xml_extract_pkg.g_custom_xml(pay_payroll_xml_extract_pkg.g_custom_xml.count()+1) :=
1168: load_xml('D', 'NO ELEMENT DEFINITION', 'ACTION_INFORMATION6',l_uom );
1169: --