DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on XLE_UTILITIES_GRP

Line 4145: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

4141:
4142: --
4143: /*Bug5983107 */
4144: l_legal_entity_id NUMBER;
4145: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
4146: x_return_status VARCHAR2(20) ;
4147: x_msg_count NUMBER ;
4148: x_msg_data VARCHAR2(4000) ;
4149: l_org_id number;

Line 4267: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

4263: BEGIN
4264: select org_id into l_org_id from po_headers_all where po_header_id= p_document_id ;
4265: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);
4266:
4267: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
4268: x_return_status,
4269: x_msg_count,
4270: x_msg_data,
4271: null,

Line 6648: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

6644: l_address_info varchar2(500) := null;
6645:
6646: /*Bug5983107 */
6647: l_legal_entity_id NUMBER;
6648: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
6649: x_return_status VARCHAR2(20) ;
6650: x_msg_count NUMBER ;
6651: x_msg_data VARCHAR2(4000) ;
6652: /*Bug 5983107*/

Line 6680: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

6676: and organization_id = p_org_id ) ; */
6677:
6678: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(p_org_id);
6679:
6680: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
6681: x_return_status,
6682: x_msg_count,
6683: x_msg_data,
6684: null,