DBA Data[Home] [Help]

APPS.JL_BR_AR_LOG_VALIDATION dependencies on XLE_ENTITY_PROFILES

Line 60: l_legal_entity_id xle_entity_profiles.legal_entity_id%TYPE;

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;
64:

Line 61: l_legal_entity_name xle_entity_profiles.name%TYPE;

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;
64:
65: BEGIN