DBA Data[Home] [Help]

APPS.PA_BILL_PCT dependencies on PA_BILLING_PUB

Line 298: pa_billing_pub.insert_event (

294: IF g1_debug_mode = 'Y' THEN
295: PA_MCB_INVOICE_PKG.log_message('rev part inside pa_bill_pct.calc_pct_comp_amt event desc :'||Event_Description);
296: PA_MCB_INVOICE_PKG.log_message('rev part Before calling insert_event inside pa_bill_pct.calc_pct_comp_amt Revenue :');
297: END IF;
298: pa_billing_pub.insert_event (
299: X_rev_amt => Revenue,
300: X_bill_amt => 0,
301: X_event_description => event_description,
302: X_audit_amount1 => amount_left,

Line 379: pa_billing_pub.insert_event (

375: IF g1_debug_mode = 'Y' THEN
376: PA_MCB_INVOICE_PKG.log_message('Inv part inside pa_bill_pct.calc_pct_comp_amt event desc :'||Event_Description);
377: PA_MCB_INVOICE_PKG.log_message('Inv part Before insert event inside pa_bill_pct.calc_pct_comp_amt Invoice :');
378: END IF;
379: pa_billing_pub.insert_event (
380: X_rev_amt => 0,
381: X_bill_amt => Invoice,
382: X_event_description => Event_Description,
383: X_audit_amount1 => amount_left,

Line 1313: pa_billing_pub.insert_message

1309:
1310: X_error_message := status;
1311: X_status := l_status;
1312:
1313: pa_billing_pub.insert_message
1314: (X_inserting_procedure_name =>'pa_billing_pct.get_rev_budget_amount',
1315: X_attribute2 => l_rev_budget_type_code,
1316: X_message => status,
1317: X_error_message=>err_msg,