DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on XLE_UTILITIES_GRP

Line 2777: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;

2773: l_item_key wf_items.item_key%TYPE;
2774: --
2775:
2776: /*Bug 11659917*/
2777: x_legalentity_info xle_utilities_grp.LegalEntity_Rec;
2778: x_return_status VARCHAR2(20) ;
2779: x_msg_count NUMBER ;
2780: x_msg_data VARCHAR2(4000) ;
2781: /*Bug 11659917*/

Line 3607: XLE_UTILITIES_GRP.Get_LegalEntity_Info(

3603: /*Bug 11659917 Commenting the above query and using XLE API to get legal entity name*/
3604:
3605: l_legal_entity_id := PO_CORE_S.get_default_legal_entity_id(l_org_id);
3606:
3607: XLE_UTILITIES_GRP.Get_LegalEntity_Info(
3608: x_return_status,
3609: x_msg_count,
3610: x_msg_data,
3611: null,