DBA Data[Home] [Help]

APPS.PA_CAPITAL_PROJECT_UTILS dependencies on GL_CODE_COMBINATIONS

Line 355: FROM gl_code_combinations gcc,

351:
352: --Used to determine if the Depreciation Expense CCID is valid for the current COA
353: CURSOR deprn_expense_cur IS
354: SELECT 1
355: FROM gl_code_combinations gcc,
356: gl_sets_of_books gsob,
357: pa_implementations pi
358: WHERE gcc.code_combination_id = l_deprn_expense_ccid
359: AND gcc.chart_of_accounts_id = gsob.chart_of_accounts_id

Line 492: FROM gl_code_combinations gcc,

488: Begin
489: --Dbms_Output.Put_Line('select');
490: SELECT 'Y'
491: INTO X_CCID_VALID
492: FROM gl_code_combinations gcc,
493: gl_sets_of_books gsob,
494: pa_implementations pi
495: WHERE gcc.code_combination_id = p_ccid
496: AND gcc.chart_of_accounts_id = gsob.chart_of_accounts_id