DBA Data[Home] [Help]

APPS.PO_COMMUNICATION_PVT dependencies on XLE_UTILITIES_GRP

Line 4889: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

4885:
4886: --
4887: /*Bug5983107 */
4888: l_legal_entity_id NUMBER;
4889: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
4890: x_return_status VARCHAR2(20) ;
4891: x_msg_count NUMBER ;
4892: x_msg_data VARCHAR2(4000) ;
4893: l_org_id number;

Line 5025: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

5021: BEGIN
5022: select org_id into l_org_id from po_headers_all where po_header_id = p_document_id ;
5023: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);
5024:
5025: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
5026: x_return_status,
5027: x_msg_count,
5028: x_msg_data,
5029: null,

Line 7840: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

7836: l_address_info varchar2(500) := null;
7837:
7838: /*Bug5983107 */
7839: l_legal_entity_id NUMBER;
7840: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
7841: x_return_status VARCHAR2(20) ;
7842: x_msg_count NUMBER ;
7843: x_msg_data VARCHAR2(4000) ;
7844: /*Bug 5983107*/

Line 7872: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

7868: and organization_id = p_org_id ) ; */
7869:
7870: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(p_org_id);
7871:
7872: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
7873: x_return_status,
7874: x_msg_count,
7875: x_msg_data,
7876: null,