DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_GRP dependencies on HR_ALL_ORGANIZATION_UNITS

Line 774: from hr_all_organization_units haou

770: L_DEST_ORGANIZATION_NAME VARCHAR2(240);
771:
772: Cursor org_cur(P_dest_organization_id Number) is
773: Select haou.name
774: from hr_all_organization_units haou
775: where haou.organization_id = p_dest_organization_id;
776: BEGIN
777:
778: OPEN org_cur(P_dest_organization_id);