DBA Data[Home] [Help]

PACKAGE: APPS.AR_FIRSTPARTY_UTILS

Source


1 PACKAGE AR_FIRSTPARTY_UTILS AUTHID CURRENT_USER AS
2 /* $Header: ARXLESTS.pls 120.1 2004/12/03 22:55:21 orashid noship $ */
3 
4 
5 -----------------------------------------------------------------
6 -- PROCEDURE GET_LEGAL_ENTITY_ID_OU
7 -- Use this instead of XLE_FIRSTPARTY_UTILS.GET_LEGAL_ENTITY_ID_OU
8 --  to retrieve the value of legal_entity_id for org_id
9 -----------------------------------------------------------------
10 PROCEDURE GET_LEGAL_ENTITY_ID_OU
11 	(p_operating_unit   IN number,
12 	 p_legal_entity_id  OUT NOCOPY number
13 	);
14 
15 
16 END AR_FIRSTPARTY_UTILS;