DBA Data[Home] [Help]

APPS.PAY_US_SQWL_ERROR dependencies on HR_ORGANIZATION_INFORMATION

Line 954: from hr_organization_information hoi

950:
951: /* Bug:3044939 */
952: cursor c_get_hour_calc_method(p_tax_unit_id in number) is
953: select org_information14
954: from hr_organization_information hoi
955: where org_information_context like 'SQWL GN Transmitter Rules%'
956: and hoi.organization_id = p_tax_unit_id;
957:
958: /* Bug:14456648 */