DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on WIP_CONSTANTS

Line 2818: IF l_comp_tbl(l_curr_index).wip_supply_type in (WIP_CONSTANTS.BULK,

2814: -- in addition to PHANTOM.
2815: -- WIP_SUPPLY_TYPE values:
2816: -- Bulk -> 4, Supplier -> 5, Phantom -> 6.
2817: --IF l_comp_tbl(l_curr_index).wip_supply_type = 6
2818: IF l_comp_tbl(l_curr_index).wip_supply_type in (WIP_CONSTANTS.BULK,
2819: WIP_CONSTANTS.VENDOR,
2820: WIP_CONSTANTS.PHANTOM)
2821: THEN
2822:

Line 2819: WIP_CONSTANTS.VENDOR,

2815: -- WIP_SUPPLY_TYPE values:
2816: -- Bulk -> 4, Supplier -> 5, Phantom -> 6.
2817: --IF l_comp_tbl(l_curr_index).wip_supply_type = 6
2818: IF l_comp_tbl(l_curr_index).wip_supply_type in (WIP_CONSTANTS.BULK,
2819: WIP_CONSTANTS.VENDOR,
2820: WIP_CONSTANTS.PHANTOM)
2821: THEN
2822:
2823: IF g_log_enabled AND

Line 2820: WIP_CONSTANTS.PHANTOM)

2816: -- Bulk -> 4, Supplier -> 5, Phantom -> 6.
2817: --IF l_comp_tbl(l_curr_index).wip_supply_type = 6
2818: IF l_comp_tbl(l_curr_index).wip_supply_type in (WIP_CONSTANTS.BULK,
2819: WIP_CONSTANTS.VENDOR,
2820: WIP_CONSTANTS.PHANTOM)
2821: THEN
2822:
2823: IF g_log_enabled AND
2824: (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)