DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on CSTPAVCP

Line 655: CSTPAVCP.Cost_LogicalSOReceipt (

651: where transaction_id = i_txn_id;
652:
653: l_stmt_num := 120;
654: IF ( I_TXN_ACTION_ID = 1 AND L_TXN_TYPE_ID = 34 AND I_TXN_SRC_TYPE = 8) THEN
655: CSTPAVCP.Cost_LogicalSOReceipt (
656: p_parent_txn_id => i_txn_id,
657: p_user_id => i_user_id,
658: p_request_id => i_req_id,
659: p_prog_id => i_prg_id,

Line 2702: -- This procedure is duplicated from CSTPAVCP.borrow_cost procedure and

2698: -- PROCEDURE
2699: -- borrow_cost
2700: --
2701: -- DESCRIPTION
2702: -- This procedure is duplicated from CSTPAVCP.borrow_cost procedure and
2703: -- and revised for FIFO/LIFO costing
2704: -- This procedure will identify the cost of all borrow transactions
2705: -- related to the specified payback transactions, compute the average cost
2706: -- and store it in MCTCD.

Line 3270: CSTPAVCP.update_mmt(

3266:
3267: -- update MMT with cost information
3268: l_stmt_num := 85;
3269:
3270: CSTPAVCP.update_mmt(
3271: i_org_id,
3272: i_txn_id,
3273: -1, -- i_txfr_txn_id
3274: i_layer_id,

Line 4671: o_err_msg := 'CSTPAVCP.Logical_itr_receipt(' || to_char(l_stmt_num) ||

4667: EXCEPTION
4668: when others then
4669: rollback;
4670: o_err_num := SQLCODE;
4671: o_err_msg := 'CSTPAVCP.Logical_itr_receipt(' || to_char(l_stmt_num) ||
4672: '): ' || substr(SQLERRM, 1,200);
4673:
4674: END Cost_Logical_itr_receipt;
4675: