DBA Data[Home] [Help]

APPS.PA_REVENUE_AMT dependencies on PA_COST_PLUS

Line 323: pa_cost_plus.get_exp_item_indirect_cost(

319: PA_MCB_INVOICE_PKG.log_message('get_irs_amt: ' || 'Calling Procedure get_exp_item_indirect_cost for Revenue');
320: END IF;
321:
322:
323: pa_cost_plus.get_exp_item_indirect_cost(
324: ei_id( j ), 'R', amount,
325: l_ind_cost_acct,l_ind_cost_denm,
326: l_indirect_cost_project, /* EPP Changes */
327: rate_sch_rev_id, compiled_set_id,

Line 484: pa_cost_plus.get_exp_item_indirect_cost(

480: PA_MCB_INVOICE_PKG.log_message('get_irs_amt: ' || 'Calling Procedure get_exp_item_indirect_cost for Invoice');
481: END IF;
482:
483:
484: pa_cost_plus.get_exp_item_indirect_cost(
485: ei_id( j ), 'I', amount,
486: l_ind_cost_acct, l_ind_cost_denm,
487: l_indirect_cost_project, /* EPP Changes */
488: rate_sch_rev_id, compiled_set_id,

Line 502: pa_cost_plus.get_exp_item_indirect_cost.

498: stands for 'NO COMPILED MULTIPLIER'.
499:
500: status = 100 ==> indicates that Compiled Multiplier does not exist.
501: 'stage' indicates the logical step within the procedure
502: pa_cost_plus.get_exp_item_indirect_cost.
503:
504: ---------------------------------------------------------------------------*/
505: IF ( status = 100 and stage <> 400 ) THEN
506: inv_comp_set_id(j) := NULL;

Line 648: message_code := 'ORA error encountered while processing pa_cost_plus.get_exp_item_indirect_cost';

644: WHEN client_extn_system_error THEN
645: message_code := 'ORA error encountered while processing pa_client_extn_billing.calc_bill_amount';
646:
647: WHEN cost_plus_system_error THEN
648: message_code := 'ORA error encountered while processing pa_cost_plus.get_exp_item_indirect_cost';
649:
650: WHEN OTHERS THEN
651: message_code := sqlerrm( sqlcode );
652: END get_irs_amt;