DBA Data[Home] [Help]

APPS.JL_BR_AR_LOG_VALIDATION dependencies on XLE_BUSINESSINFO_GRP

Line 59: l_ledger_info xle_businessinfo_grp.le_ledger_rec_type;

55: l_msg_data VARCHAR2(2000);
56: l_return_status VARCHAR2(2000);
57: l_ledger_id ar_system_parameters.set_of_books_id%TYPE;
58: l_acct_balancing_segment ar_system_parameters.global_attribute1%TYPE;
59: l_ledger_info xle_businessinfo_grp.le_ledger_rec_type;
60: l_legal_entity_id xle_entity_profiles.legal_entity_id%TYPE;
61: l_legal_entity_name xle_entity_profiles.name%TYPE;
62: l_party_id hz_parties.party_id%TYPE;
63: l_party_type hz_parties.party_type%TYPE;

Line 324: /* XLE_BUSINESSINFO_GRP.Get_Ledger_Info(

320: ------------------------------------------------------------
321: -- Proceed to retrieve the Ledger Information which contains
322: -- the Legal Entity Id as well
323: ------------------------------------------------------------
324: /* XLE_BUSINESSINFO_GRP.Get_Ledger_Info(
325: x_return_status => l_return_status ,
326: x_msg_data => l_msg_data ,
327: P_Ledger_ID => l_ledger_id ,
328: P_BSV => l_acct_balancing_segment,