DBA Data[Home] [Help]

APPS.CSTPLVCP dependencies on CSTPAVCP

Line 721: CSTPAVCP.Cost_LogicalSOReceipt (

717: where transaction_id = i_txn_id;
718:
719: l_stmt_num := 120;
720: IF ( I_TXN_ACTION_ID = 1 AND L_TXN_TYPE_ID = 34 AND I_TXN_SRC_TYPE = 8) THEN
721: CSTPAVCP.Cost_LogicalSOReceipt (
722: p_parent_txn_id => i_txn_id,
723: p_user_id => i_user_id,
724: p_request_id => i_req_id,
725: p_prog_id => i_prg_id,

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

2764: -- PROCEDURE
2765: -- borrow_cost
2766: --
2767: -- DESCRIPTION
2768: -- This procedure is duplicated from CSTPAVCP.borrow_cost procedure and
2769: -- and revised for FIFO/LIFO costing
2770: -- This procedure will identify the cost of all borrow transactions
2771: -- related to the specified payback transactions, compute the average cost
2772: -- and store it in MCTCD.

Line 3336: CSTPAVCP.update_mmt(

3332:
3333: -- update MMT with cost information
3334: l_stmt_num := 85;
3335:
3336: CSTPAVCP.update_mmt(
3337: i_org_id,
3338: i_txn_id,
3339: -1, -- i_txfr_txn_id
3340: i_layer_id,

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

4734: EXCEPTION
4735: when others then
4736: rollback;
4737: o_err_num := SQLCODE;
4738: o_err_msg := 'CSTPAVCP.Logical_itr_receipt(' || to_char(l_stmt_num) ||
4739: '): ' || substr(SQLERRM, 1,200);
4740:
4741: END Cost_Logical_itr_receipt;
4742: