DBA Data[Home] [Help]

APPS.CSP_PC_FORM_MTLTXNS dependencies on CSP_TRANSACTIONS_PUB

Line 1018: -- 8. Call the csp_transactions_pub.transact_temp_record to insert the temp data into the interface table.

1014: -- transaction_action_id to 2 (subinventory transfer).
1015: -- 6. Update the process_flag to 'Y'.
1016: -- 7. Call the CSP_Material_Transactions_PVT.Update_material_transactions to update
1017: -- the transfer_subinventory to the instransit subinventory.
1018: -- 8. Call the csp_transactions_pub.transact_temp_record to insert the temp data into the interface table.
1019: -- 9. Check the return status. If successful, proceed to stage 2. otherwise, close cursor. Raise an exception.
1020: -----------------------------------------------------------------------------------------------
1021: OPEN c_ml_records;
1022: FETCH c_ml_records into l_csp_mtltxn_rec;

Line 1177: csp_transactions_pub.transact_temp_record (

1173: Fetch l_Get_txn_header_id_csr Into l_transaction_header_id;
1174: Close l_Get_txn_header_id_csr;
1175: END IF;
1176:
1177: csp_transactions_pub.transact_temp_record (
1178: P_Api_Version_Number => l_api_version_number,
1179: P_Init_Msg_List => FND_API.G_true,
1180: P_Commit => fnd_api.g_false,
1181: p_validation_level => l_validation_level,