DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_GRP dependencies on HR_ALL_ORGANIZATION_UNITS

Line 781: from hr_all_organization_units haou

777: L_DEST_ORGANIZATION_NAME VARCHAR2(240);
778:
779: Cursor org_cur(P_dest_organization_id Number) is
780: Select haou.name
781: from hr_all_organization_units haou
782: where haou.organization_id = p_dest_organization_id;
783: BEGIN
784:
785: OPEN org_cur(P_dest_organization_id);