DBA Data[Home] [Help]

APPS.PA_BILLING dependencies on PA_BILLING_VALUES

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

280: PA_MCB_INVOICE_PKG.log_message('pa_billing.bill_ext_driver accru thru date :'||GlobVars.AccrueThruDate);
281: END IF;
282:
283: -- DBMS_OUTPUT.ENABLE(1000000);
284: fund_level := pa_billing_values.funding_level(X_project_id);
285: x_error_message := 'Error during opening the dbms_sql cursor.';
286: c := dbms_sql.open_cursor;
287:
288: x_error_message := 'Error during fetching the get_procedure cursor.';

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

676: /* Changed the length of the format mask for amount_left column from 15 to 22
677: to fix the bug 2124494 for MCB2 */
678: /* Changed the length of the format mask for all column from 15 to 22
679: to fix the bug 2162900 for MCB2 */
680: Event_Description := pa_billing_values.get_message('CCREV_DESCRIPTION')|| '(' ||
681: to_char(amount_left,fnd_currency.get_format_mask(l_currency_code,22))
682: || ' ,((' ||
683: to_char(cost_amount,fnd_currency.get_format_mask(l_currency_code,22))
684: || '/' ||

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

750: /* Changed the length of the format mask for amount_left column from 15 to 22
751: to fix the bug 2124494 for MCB2 */
752: /* Changed the length of the format mask for all column from 15 to 22
753: to fix the bug 2162900 for MCB2 */
754: Event_Description := pa_billing_values.get_message('CCREV_DESCRIPTION')|| '(' ||
755: to_char(amount_left,fnd_currency.get_format_mask(l_currency_code,22))
756: || ' ,((' ||
757: to_char(cost_amount,fnd_currency.get_format_mask(l_currency_code,22))
758: || '/' ||