DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_INTERNAL dependencies on FND_NUMBER

Line 23: l_operating_unit_id number :=fnd_number.canonical_to_number(p_operating_unit);

19: l_organization_id number :=p_organization_id ;
20: l_date_from date :=p_date_from;
21: l_date_to date :=p_date_to;
22: l_internal_external_flag varchar2(30) :=p_internal_external_flag;
23: l_operating_unit_id number :=fnd_number.canonical_to_number(p_operating_unit);
24:
25: ---
26: l_proc varchar2(80) := g_package||'hr_org_operating_unit_upload';
27: --