DBA Data[Home] [Help]

APPS.CSTPOMLD dependencies on HR_LEGAL_ENTITIES

Line 41: FROM hr_legal_entities;

37: +---------------------------------------------------------------*/
38:
39: CURSOR all_le is
40: SELECT distinct organization_id,name
41: FROM hr_legal_entities;
42:
43: /*---------------------------------------------------------------+
44: | Get all Operating Units for a given Legal Entity
45: +---------------------------------------------------------------*/