DBA Data[Home] [Help]

APPS.JL_BR_AR_LOG_VALIDATION dependencies on XLE_BUSINESSINFO_GRP

Line 61: l_ledger_info xle_businessinfo_grp.le_ledger_rec_type;

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

Line 438: /* XLE_BUSINESSINFO_GRP.Get_Ledger_Info(

434: ------------------------------------------------------------
435: -- Proceed to retrieve the Ledger Information which contains
436: -- the Legal Entity Id as well
437: ------------------------------------------------------------
438: /* XLE_BUSINESSINFO_GRP.Get_Ledger_Info(
439: x_return_status => l_return_status ,
440: x_msg_data => l_msg_data ,
441: P_Ledger_ID => l_ledger_id ,
442: P_BSV => l_acct_balancing_segment,