DBA Data[Home] [Help]

APPS.PAY_US_SQWL_ERROR dependencies on HR_ORGANIZATION_INFORMATION

Line 887: from hr_organization_information hoi

883:
884: /* Bug:3044939 */
885: cursor c_get_hour_calc_method(p_tax_unit_id in number) is
886: select org_information14
887: from hr_organization_information hoi
888: where org_information_context like 'SQWL GN Transmitter Rules%'
889: and hoi.organization_id = p_tax_unit_id;
890:
891: TYPE numeric_table IS TABLE OF number(20,2)