DBA Data[Home] [Help]

APPS.WIP_ONLINE_MTL_TXN_PROCESSOR dependencies on WIP_ONLINE_MTL_TXN_PROCESSOR

Line 1: PACKAGE BODY wip_online_mtl_txn_processor AS

1: PACKAGE BODY wip_online_mtl_txn_processor AS
2: /* $Header: wipopsrb.pls 120.3 2007/10/12 18:33:30 vjambhek ship $ */
3:
4: --unmarks serial numbers and sets their status to 'in transit'
5: --precondition: p_source_id is SOURCE_ID of one or many items

Line 96: wip_online_mtl_txn_processor.completeAssyItem(p_header_id => p_header_id,

92: PROCEDURE completeAssyAndComponents(p_header_id IN NUMBER,
93: x_err_msg OUT NOCOPY VARCHAR2,
94: x_return_status OUT NOCOPY VARCHAR2) IS BEGIN
95: SAVEPOINT CACSTART;
96: wip_online_mtl_txn_processor.completeAssyItem(p_header_id => p_header_id,
97: x_err_msg => x_err_msg,
98: x_return_status => x_return_status);
99:
100: if(x_return_status = FND_API.G_RET_STS_SUCCESS) then --now perform material txns for the components

Line 663: END wip_online_mtl_txn_processor;

659: end if;
660:
661: END lpnCompleteJob;
662:
663: END wip_online_mtl_txn_processor;