DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_DEFAULT dependencies on WIP_PARAMETERS

Line 114: FROM WIP_PARAMETERS

110: nvl(X_temp_wip_supply_type, x_wip_supply_type) = 3) and
111: x_supply_subinventory IS NULL) then
112: SELECT default_pull_supply_subinv, default_pull_supply_locator_id
113: INTO x_supply_subinventory, x_supply_locator_id
114: FROM WIP_PARAMETERS
115: WHERE organization_id = p_organization_id;
116: end if;
117: /* end of fix for bug 5206375 */
118: