DBA Data[Home] [Help]

APPS.JL_BR_AR_LOG_VALIDATION dependencies on AR_SYSTEM_PARAMETERS

Line 57: l_ledger_id ar_system_parameters.set_of_books_id%TYPE;

53: l_validation_level NUMBER;
54: l_msg_count NUMBER;
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;

Line 58: l_acct_balancing_segment ar_system_parameters.global_attribute1%TYPE;

54: l_msg_count NUMBER;
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;

Line 312: -- from ar_system_parameters

308: ----------------------------------------------------------------------
309:
310: -----------------------------------------------------------
311: -- Retrieve the set_of_books_id and acct_balancing_segment
312: -- from ar_system_parameters
313: -----------------------------------------------------------
314: SELECT set_of_books_id,
315: global_attribute1
316: INTO l_ledger_id,

Line 318: FROM ar_system_parameters;

314: SELECT set_of_books_id,
315: global_attribute1
316: INTO l_ledger_id,
317: l_acct_balancing_segment
318: FROM ar_system_parameters;
319:
320: ------------------------------------------------------------
321: -- Proceed to retrieve the Ledger Information which contains
322: -- the Legal Entity Id as well