DBA Data[Home] [Help]

APPS.PAY_US_REPORTING_UTILS_PKG dependencies on HR_ORGANIZATION_UNITS

Line 2311: c_tax_unit_id hr_organization_units.organization_id%type)

2307:
2308: CURSOR get_archived_values(
2309: c_user_entity_id ff_database_items.user_entity_id%type,
2310: c_assignment_action_id pay_assignment_actions.assignment_action_id%type,
2311: c_tax_unit_id hr_organization_units.organization_id%type)
2312: IS
2313: SELECT target.value
2314: FROM ff_archive_item_contexts con2,
2315: ff_contexts fc2,

Line 2329: c_tax_unit_id hr_organization_units.organization_id%type,

2325:
2326: CURSOR get_jd_archived_values(
2327: c_user_entity_id ff_database_items.user_entity_id%type,
2328: c_assignment_action_id pay_assignment_actions.assignment_action_id%type,
2329: c_tax_unit_id hr_organization_units.organization_id%type,
2330: c_jurisdiction_code varchar2)
2331: IS
2332: SELECT target.value
2333: FROM ff_archive_item_contexts con2,