DBA Data[Home] [Help]

APPS.MRP_KANBAN_PLAN_PK dependencies on WIP_CONSTANTS

Line 1201: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then

1197: The p_assy_foq is the fixed order quantity of the assembly.
1198: It can be either the foq from the item master or it's parent (for phantom assembly).
1199: The p_assy_foq will be used to calculate the component's demand when the
1200: component has lot basis type and the demand is not from the pull sequence chain. */
1201: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
1202: l_foq := p_assy_foq;
1203: else
1204: l_foq := 1;
1205: end if;

Line 1284: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then

1280:
1281: l_running_total_quantity := l_running_total_quantity + nvl(
1282: l_forecast_quantity,0);
1283:
1284: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
1285: l_foq := p_assy_foq;
1286: else
1287: l_foq := 1;
1288: end if;

Line 1356: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then

1352:
1353: /* Added for lot based material support
1354: For phantom, we do not use fixed order quantity of the component. We used
1355: the fixed order quantity of top level parent, that is the first non-phantom parent. */
1356: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then
1357: l_comp_foq := p_assy_foq;
1358: end if;
1359:
1360: /* Modified for lot based material support.

Line 1755: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then

1751: The p_assy_foq is the fixed order quantity of the assembly.
1752: It can be either the foq from the item master or it's parent (for phantom assembly).
1753: The p_assy_foq will be used to calculate the component's demand when the
1754: component has lot basis type and the demand is not from the pull sequence chain. */
1755: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
1756: l_foq := p_assy_foq;
1757: else
1758: l_foq := 1;
1759: end if;

Line 1858: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then

1854:
1855: /* Added for lot based material support
1856: For phantom, we do not use fixed order quantity of the component. We used
1857: the fixed order quantity of top level parent, that is the first non-phantom parent. */
1858: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then
1859: l_comp_foq := p_assy_foq;
1860: end if;
1861:
1862: /* Modified for lot based material support.

Line 2258: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then

2254: The p_assy_foq is the fixed order quantity of the assembly.
2255: It can be either the foq from the item master or it's parent (for phantom assembly).
2256: The p_assy_foq will be used to calculate the component's demand when the
2257: component has lot basis type and the demand is not from the pull sequence chain. */
2258: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
2259: l_foq := p_assy_foq;
2260: else
2261: l_foq := 1;
2262: end if;

Line 2361: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then

2357:
2358: /* Added for lot based material support
2359: For phantom, we do not use fixed order quantity of the component. We used
2360: the fixed order quantity of top level parent, that is the first non-phantom parent. */
2361: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then
2362: l_comp_foq := p_assy_foq;
2363: end if;
2364:
2365: /* Modified for lot based material support.