DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_PUB dependencies on INV_RESERVATION_PVT

Line 3249: inv_reservation_pvt.get_wip_entity_type

3245: l_trxdate:=z1_rec.TRANSACTION_DATE;
3246: l_neg_inv_rcpt:=z1_rec.negative_inv_receipt_code;
3247:
3248: --Bug 6454464, we should not call available qty validation for CMRO job type
3249: inv_reservation_pvt.get_wip_entity_type
3250: ( p_api_version_number => 1.0
3251: , p_init_msg_lst => fnd_api.g_false
3252: , x_return_status => l_return_status
3253: , x_msg_count => l_msg_count

Line 5783: inv_reservation_pvt.get_wip_entity_type

5779:
5780: IF (l_srctypeid = job_schedule) THEN
5781: l_progress_indicator := '50';
5782: -- call get_wip_entity API
5783: inv_reservation_pvt.get_wip_entity_type
5784: ( p_api_version_number => 1.0
5785: , p_init_msg_lst => fnd_api.g_false
5786: , x_return_status => l_return_status
5787: , x_msg_count => l_msg_count