DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_CAPITAL_PROJECT_UTILS

Line 5595: /* Bug 3057423 Below cursor not used, instead see function Pa_Capital_Project_Utils.IsValidExpCCID

5591:
5592:
5593: l_new_deprn_expense_ccid NUMBER := 0;
5594:
5595: /* Bug 3057423 Below cursor not used, instead see function Pa_Capital_Project_Utils.IsValidExpCCID
5596: --Used to determine if the Depreciation Expense CCID is valid for the current COA
5597: CURSOR deprn_expense_cur IS
5598: SELECT 'Deprn Expense Acct code combination is valid'
5599: FROM gl_code_combinations gcc,

Line 5647: If Pa_Capital_Project_Utils.IsValidExpCCID(l_new_deprn_expense_ccid) = 'Y' Then

5643: CLOSE deprn_expense_cur;
5644: */
5645:
5646: --Start Bug 3057423
5647: If Pa_Capital_Project_Utils.IsValidExpCCID(l_new_deprn_expense_ccid) = 'Y' Then
5648: --Value is valid, return new CCID
5649: x_out_deprn_expense_ccid := l_new_deprn_expense_ccid;
5650: Else
5651: --Value returned by client extension is invalid, return original CCID