DBA Data[Home] [Help]

APPS.PAY_COSTING_SUMMARY_REP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 788: FROM hr_organization_units

784: CURSOR to get the Business group name
785: ************************************************************/
786: CURSOR c_get_organization_name (cp_organization_id in NUMBER) IS
787: SELECT name
788: FROM hr_organization_units
789: WHERE organization_id=cp_organization_id;
790:
791: /***********************************************************
792: CURSORs to get payroll,consolidation set names