DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on CSP_TRANSACTIONS_PUB

Line 708: csp_transactions_pub.transact_material

704: If l_wip_entity_id is not null then
705:
706: /** Create Wip component issue transaction to the wip job **/
707:
708: csp_transactions_pub.transact_material
709: ( p_api_version => 1.0
710: , p_init_msg_list => FND_API.G_FALSE
711: , p_commit => FND_API.G_FALSE
712: , px_transaction_header_id => px_transaction_header_id

Line 818: to the existing WIP JOB by Calling CSP_TRANSACTIONS_PUB.TRANSACT_MATERIAL

814: /** Create Wip component issue transaction to the job
815: and issue parts qty as
816: (current received qty for this part in PO_REQ_LINES -
817: Qty received for this part before in CSP_REPAIR_PO_LINES)
818: to the existing WIP JOB by Calling CSP_TRANSACTIONS_PUB.TRANSACT_MATERIAL
819: */
820:
821: l_wib_issue_qty := 0;
822:

Line 836: csp_transactions_pub.transact_material

832: End if;
833:
834: If nvl(l_wib_issue_qty,0) > 0 then
835:
836: csp_transactions_pub.transact_material
837: ( p_api_version => 1.0
838: , p_init_msg_list => FND_API.G_FALSE
839: , p_commit => FND_API.G_FALSE
840: , px_transaction_header_id => px_transaction_header_id

Line 980: csp_transactions_pub.transact_material

976: Add_Err_Msg;
977: g_retcode := 1;
978: END IF;
979:
980: csp_transactions_pub.transact_material
981: ( p_api_version => 1.0
982: , p_init_msg_list => FND_API.G_FALSE
983: , p_commit => FND_API.G_FALSE
984: , px_transaction_header_id => px_transaction_header_id

Line 1125: csp_transactions_pub.transact_material

1121: When PO qty is received and wip job qty is transacted to Usable Subinv through WIP Assembly Completion then
1122: From Repair Supplier Org's Usable Subinv do this "MISCELLANEOUS_ISSUE" MATERIAL TRANSACTION
1123: **/
1124:
1125: csp_transactions_pub.transact_material
1126: ( p_api_version => 1.0
1127: , p_init_msg_list => FND_API.G_FALSE
1128: , p_commit => FND_API.G_FALSE
1129: , px_transaction_header_id => px_transaction_header_id

Line 1366: In CSP_TRANSACTIONS_PUB.TRANSACT_MATERIAL procedure,

1362: BEGIN
1363: ---- Start Scrap / Adjustment ----
1364:
1365: /**
1366: In CSP_TRANSACTIONS_PUB.TRANSACT_MATERIAL procedure,
1367: Insert into mtl_transactions_interface table's WIP_ENTITY_TYPE column value must be '1',
1368: if it is '3' then show "WIP_NO_CHARGES_ALLOWED" error.
1369:
1370: This transaction is for WIP_JOB quantity Scrap/Adjustment

Line 1461: csp_transactions_pub.transact_material

1457: /** Do material transaction of type Return Components from WIP (43)
1458: i.e WIP_JOB qty is returned from WIP JOB to Repair Supplier Org's Defect subinv
1459: **/
1460:
1461: csp_transactions_pub.transact_material
1462: ( p_api_version => 1.0
1463: , p_init_msg_list => FND_API.G_FALSE
1464: , p_commit => FND_API.G_FALSE
1465: , px_transaction_header_id => px_transaction_header_id

Line 1520: csp_transactions_pub.transact_material

1516: elsif L_SCRAP_ADJUST_FLAG = 'ADJUSTMENT' then
1517: l_transaction_type_id := 32;
1518: End if;
1519:
1520: csp_transactions_pub.transact_material
1521: ( p_api_version => 1.0
1522: , p_init_msg_list => FND_API.G_FALSE
1523: , p_commit => FND_API.G_FALSE
1524: , px_transaction_header_id => px_transaction_header_id