DBA Data[Home] [Help]

APPS.CSTPMRGL dependencies on XLE_FIRSTPARTY_INFORMATION_V

Line 43: FROM xle_firstparty_information_v XFI;

39:
40: CURSOR all_le is
41: SELECT distinct XFI.legal_entity_id,
42: XFI.name
43: FROM xle_firstparty_information_v XFI;
44:
45: /*---------------------------------------------------------------+
46: | Get all Operating Units for a given Legal Entity
47: +---------------------------------------------------------------*/