DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PLAN_MODULE dependencies on HR_ALL_ORGANIZATION_UNITS

Line 6039: from hr_all_organization_units

6035: l_out_cpo_result_id number(15);
6036:
6037: cursor c_organization_start_date(c_organization_id number) is
6038: select date_from
6039: from hr_all_organization_units
6040: where organization_id = c_organization_id;
6041:
6042: l_organization_start_date hr_all_organization_units.date_from%type;
6043: ---------------------------------------------------------------

Line 6042: l_organization_start_date hr_all_organization_units.date_from%type;

6038: select date_from
6039: from hr_all_organization_units
6040: where organization_id = c_organization_id;
6041:
6042: l_organization_start_date hr_all_organization_units.date_from%type;
6043: ---------------------------------------------------------------
6044: -- END OF BEN_POPL_ORG_F ----------------------
6045: ---------------------------------------------------------------
6046: ---------------------------------------------------------------