DBA Data[Home] [Help]

APPS.EAM_MAT_REQ_DEFAULT_PVT dependencies on WIP_CONSTANTS

Line 142: p_eam_mat_req_rec.wip_supply_type not in (wip_constants.push, wip_constants.bulk, wip_constants.based_on_bom) -- Fix for Bug 3438964

138:
139: -- Defaulting wip_supply_type
140: IF p_eam_mat_req_rec.wip_supply_type IS NULL OR
141: p_eam_mat_req_rec.wip_supply_type = FND_API.G_MISS_NUM OR
142: p_eam_mat_req_rec.wip_supply_type not in (wip_constants.push, wip_constants.bulk, wip_constants.based_on_bom) -- Fix for Bug 3438964
143: THEN
144: x_eam_mat_req_rec.wip_supply_type := 1;
145: END IF;
146: