DBA Data[Home] [Help]

APPS.CSP_MO_MTLTXNS_UTIL dependencies on INV_TROHDR_UTIL

Line 868: INV_Trohdr_Util.Update_Row_Status

864: RAISE EXCP_USER_DEFINED;
865: END IF;
866: CLOSE l_Get_Moveorder_Headers;
867:
868: INV_Trohdr_Util.Update_Row_Status
869: ( p_header_id => l_header_id,
870: p_status => 5);
871:
872: Under_Over_Receipt (

Line 1587: INV_Trohdr_Util.Update_Row_Status

1583: INV_Trolin_Util.Update_Row_Status
1584: ( p_line_id => l_move_order_line_id,
1585: p_status => 5 ); -- update status to 5 = closed
1586:
1587: INV_Trohdr_Util.Update_Row_Status
1588: ( p_header_id =>l_header_id,
1589: p_status => 5); -- update status to 5 = closed
1590:
1591: END IF; -- end the update_line_status block

Line 1658: INV_Trohdr_Util.Update_Row_Status

1654: -- call a core apps api to update the line status.
1655: -- Since the core apps api does not return a status, we have to catch the exception
1656: -- it may throw.
1657: BEGIN
1658: INV_Trohdr_Util.Update_Row_Status
1659: ( p_header_id => l_header_id,
1660: p_status => 5); -- update status to 5 = closed
1661:
1662: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 1862: INV_Trohdr_Util.Update_Row_Status ( p_header_id => l_header_id,

1858: If l_misc_issue_qty = l_csp_mtltxn_bak_rec.transaction_quantity Then
1859: -- 1. Update the move order header.
1860: -- 2. Transact l_csp_mtltxn_bak_rec as misc issue.
1861: -- Receipt short: update the header status
1862: INV_Trohdr_Util.Update_Row_Status ( p_header_id => l_header_id,
1863: p_status => 5);
1864:
1865: l_csp_mtltxn_misc_issue_rec := l_csp_mtltxn_bak_rec;
1866: Else