DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PVT dependencies on HR_OPERATING_UNITS

Line 427: FROM hr_operating_units

423: x_msg_data OUT NOCOPY VARCHAR2) IS
424:
425: CURSOR c_org_id IS
426: SELECT organization_id
427: FROM hr_operating_units
428: WHERE organization_id = p_org_id;
429:
430: lv_exists_flag VARCHAR2(1) := 'N';
431:

Line 667: hr_operating_units b

663:
664: CURSOR c_currency_code IS
665: SELECT currency_code
666: FROM gl_sets_of_books a,
667: hr_operating_units b
668: WHERE a.NAME = b.NAME
669: AND b.organization_id = p_org_id;
670:
671: lv_exists_flag VARCHAR2(1) := 'N';