DBA Data[Home] [Help]

APPS.PA_FAXFACE dependencies on PA_CAPITAL_PROJECT_UTILS

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

5205:
5206:
5207: l_new_deprn_expense_ccid NUMBER := 0;
5208:
5209: /* Bug 3057423 Below cursor not used, instead see function Pa_Capital_Project_Utils.IsValidExpCCID
5210: --Used to determine if the Depreciation Expense CCID is valid for the current COA
5211: CURSOR deprn_expense_cur IS
5212: SELECT 'Deprn Expense Acct code combination is valid'
5213: FROM gl_code_combinations gcc,

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

5257: CLOSE deprn_expense_cur;
5258: */
5259:
5260: --Start Bug 3057423
5261: If Pa_Capital_Project_Utils.IsValidExpCCID(l_new_deprn_expense_ccid) = 'Y' Then
5262: --Value is valid, return new CCID
5263: x_out_deprn_expense_ccid := l_new_deprn_expense_ccid;
5264: Else
5265: --Value returned by client extension is invalid, return original CCID