DBA Data[Home] [Help]

APPS.PA_BILLING dependencies on PA_BILLING_VALUES

Line 223: fund_level := pa_billing_values.funding_level(X_project_id);

219: PA_MCB_INVOICE_PKG.log_message('pa_billing.bill_ext_driver accru thru date :'||GlobVars.AccrueThruDate);
220: END IF;
221:
222: -- DBMS_OUTPUT.ENABLE(1000000);
223: fund_level := pa_billing_values.funding_level(X_project_id);
224: x_error_message := 'Error during opening the dbms_sql cursor.';
225: c := dbms_sql.open_cursor;
226:
227: x_error_message := 'Error during fetching the get_procedure cursor.';

Line 619: Event_Description := pa_billing_values.get_message('CCREV_DESCRIPTION')|| '(' ||

615: /* Changed the length of the format mask for amount_left column from 15 to 22
616: to fix the bug 2124494 for MCB2 */
617: /* Changed the length of the format mask for all column from 15 to 22
618: to fix the bug 2162900 for MCB2 */
619: Event_Description := pa_billing_values.get_message('CCREV_DESCRIPTION')|| '(' ||
620: to_char(amount_left,fnd_currency.get_format_mask(l_currency_code,22))
621: || ' ,((' ||
622: to_char(cost_amount,fnd_currency.get_format_mask(l_currency_code,22))
623: || '/' ||

Line 693: Event_Description := pa_billing_values.get_message('CCREV_DESCRIPTION')|| '(' ||

689: /* Changed the length of the format mask for amount_left column from 15 to 22
690: to fix the bug 2124494 for MCB2 */
691: /* Changed the length of the format mask for all column from 15 to 22
692: to fix the bug 2162900 for MCB2 */
693: Event_Description := pa_billing_values.get_message('CCREV_DESCRIPTION')|| '(' ||
694: to_char(amount_left,fnd_currency.get_format_mask(l_currency_code,22))
695: || ' ,((' ||
696: to_char(cost_amount,fnd_currency.get_format_mask(l_currency_code,22))
697: || '/' ||