DBA Data[Home] [Help]

APPS.MRP_KANBAN_PLAN_PK dependencies on WIP_CONSTANTS

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

1124: The p_assy_foq is the fixed order quantity of the assembly.
1125: It can be either the foq from the item master or it's parent (for phantom assembly).
1126: The p_assy_foq will be used to calculate the component's demand when the
1127: component has lot basis type and the demand is not from the pull sequence chain. */
1128: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
1129: l_foq := p_assy_foq;
1130: else
1131: l_foq := 1;
1132: end if;

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

1207:
1208: l_running_total_quantity := l_running_total_quantity + nvl(
1209: l_forecast_quantity,0);
1210:
1211: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
1212: l_foq := p_assy_foq;
1213: else
1214: l_foq := 1;
1215: end if;

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

1277:
1278: /* Added for lot based material support
1279: For phantom, we do not use fixed order quantity of the component. We used
1280: the fixed order quantity of top level parent, that is the first non-phantom parent. */
1281: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then
1282: l_comp_foq := p_assy_foq;
1283: end if;
1284:
1285: /* Modified for lot based material support.

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

1661: The p_assy_foq is the fixed order quantity of the assembly.
1662: It can be either the foq from the item master or it's parent (for phantom assembly).
1663: The p_assy_foq will be used to calculate the component's demand when the
1664: component has lot basis type and the demand is not from the pull sequence chain. */
1665: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
1666: l_foq := p_assy_foq;
1667: else
1668: l_foq := 1;
1669: end if;

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

1762:
1763: /* Added for lot based material support
1764: For phantom, we do not use fixed order quantity of the component. We used
1765: the fixed order quantity of top level parent, that is the first non-phantom parent. */
1766: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then
1767: l_comp_foq := p_assy_foq;
1768: end if;
1769:
1770: /* Modified for lot based material support.

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

2149: The p_assy_foq is the fixed order quantity of the assembly.
2150: It can be either the foq from the item master or it's parent (for phantom assembly).
2151: The p_assy_foq will be used to calculate the component's demand when the
2152: component has lot basis type and the demand is not from the pull sequence chain. */
2153: if (l_basis_type = WIP_CONSTANTS.LOT_BASED_MTL and l_component_id <> p_assembly_item_id) then
2154: l_foq := p_assy_foq;
2155: else
2156: l_foq := 1;
2157: end if;

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

2250:
2251: /* Added for lot based material support
2252: For phantom, we do not use fixed order quantity of the component. We used
2253: the fixed order quantity of top level parent, that is the first non-phantom parent. */
2254: if (l_wip_supply_type = WIP_CONSTANTS.PHANTOM) then
2255: l_comp_foq := p_assy_foq;
2256: end if;
2257:
2258: /* Modified for lot based material support.