DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on CSP_TRANSACTIONS_PUB

Line 851: csp_transactions_pub.transact_material

847: If l_wip_entity_id is not null then
848:
849: /** Create Wip component issue transaction to the wip job **/
850:
851: csp_transactions_pub.transact_material
852: ( p_api_version => 1.0
853: , p_init_msg_list => FND_API.G_FALSE
854: , p_commit => FND_API.G_FALSE
855: , px_transaction_header_id => px_transaction_header_id

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

976: /** Create Wip component issue transaction to the job
977: and issue parts qty as
978: (current received qty for this part in PO_REQ_LINES -
979: Qty received for this part before in CSP_REPAIR_PO_LINES)
980: to the existing WIP JOB by Calling CSP_TRANSACTIONS_PUB.TRANSACT_MATERIAL
981: */
982:
983: l_wib_issue_qty := 0;
984:

Line 998: csp_transactions_pub.transact_material

994: End if;
995:
996: If nvl(l_wib_issue_qty,0) > 0 then
997:
998: csp_transactions_pub.transact_material
999: ( p_api_version => 1.0
1000: , p_init_msg_list => FND_API.G_FALSE
1001: , p_commit => FND_API.G_FALSE
1002: , px_transaction_header_id => px_transaction_header_id

Line 1237: csp_transactions_pub.transact_material

1233: L_WIP_COMPLETE_QTY := L_WIP_REMAIN_QTY;
1234:
1235: END IF;
1236:
1237: csp_transactions_pub.transact_material
1238: ( p_api_version => 1.0
1239: , p_init_msg_list => FND_API.G_FALSE
1240: , p_commit => FND_API.G_FALSE
1241: , px_transaction_header_id => px_transaction_header_id

Line 1382: csp_transactions_pub.transact_material

1378: When PO qty is received and wip job qty is transacted to Usable Subinv through WIP Assembly Completion then
1379: From Repair Supplier Org's Usable Subinv do this "MISCELLANEOUS_ISSUE" MATERIAL TRANSACTION
1380: **/
1381:
1382: csp_transactions_pub.transact_material
1383: ( p_api_version => 1.0
1384: , p_init_msg_list => FND_API.G_FALSE
1385: , p_commit => FND_API.G_FALSE
1386: , px_transaction_header_id => px_transaction_header_id

Line 1664: In CSP_TRANSACTIONS_PUB.TRANSACT_MATERIAL procedure,

1660: BEGIN
1661: ---- Start Scrap / Adjustment ----
1662:
1663: /**
1664: In CSP_TRANSACTIONS_PUB.TRANSACT_MATERIAL procedure,
1665: Insert into mtl_transactions_interface table's WIP_ENTITY_TYPE column value must be '1',
1666: if it is '3' then show "WIP_NO_CHARGES_ALLOWED" error.
1667:
1668: This transaction is for WIP_JOB quantity Scrap/Adjustment

Line 1766: csp_transactions_pub.transact_material

1762: elsif p_SCRAP_ADJUST_FLAG = 'NEGATIVE ADJUSTMENT' then
1763: Prof_val := fnd_profile.value('CSP_ACCT_ADJUSTMENT');
1764: l_account_id := Get_CSP_Acccount_ID (CSP_REPAIR_PO_SCRAP_rec.repair_supplier_org_id, p_SCRAP_ADJUST_FLAG,Prof_val );
1765: End if;
1766: csp_transactions_pub.transact_material
1767: ( p_api_version => 1.0
1768: , p_init_msg_list => FND_API.G_FALSE
1769: , p_commit => FND_API.G_FALSE
1770: , px_transaction_header_id => px_transaction_header_id

Line 1825: csp_transactions_pub.transact_material

1821: elsif L_SCRAP_ADJUST_FLAG = 'NEGATIVE ADJUSTMENT' then
1822: l_transaction_type_id := 32;
1823: End if;
1824:
1825: csp_transactions_pub.transact_material
1826: ( p_api_version => 1.0
1827: , p_init_msg_list => FND_API.G_FALSE
1828: , p_commit => FND_API.G_FALSE
1829: , px_transaction_header_id => px_transaction_header_id