DBA Data[Home] [Help]

APPS.PSA_REP_ATTRIBUTES dependencies on GL_LEDGERS

Line 184: FROM gl_ledgers

180: l_module_name := g_module_name || 'gl_preparation';
181:
182: SELECT chart_of_accounts_id
183: INTO p_coa_id
184: FROM gl_ledgers
185: WHERE ledger_id = p_ledger_id;
186:
187: debug (l_module_name, 'p_ledger_id='||p_ledger_id);
188: debug (l_module_name, 'p_coa_id='||p_coa_id);

Line 1025: FROM gl_ledgers

1021:
1022: BEGIN
1023: SELECT chart_of_accounts_id
1024: INTO ln_p_coa_id
1025: FROM gl_ledgers
1026: WHERE ledger_id = p_ledger_id;
1027: ----------------------------------------------------------------------
1028: --Perform the Validation to Check for the Reporting Attributes Profile
1029: ----------------------------------------------------------------------