DBA Data[Home] [Help]

APPS.WIP_FLOW_COMPLETION_FILTER dependencies on WIP_FLOW_DERIVE

Line 115: l_ret := wip_flow_derive.routing_completion_sub_loc(

111:
112: -- Derive the sub/loc from the routing if none is specified in
113: -- the flow schedule.
114: if (l_completion_subinventory is NULL) then
115: l_ret := wip_flow_derive.routing_completion_sub_loc(
116: l_completion_subinventory,
117: l_completion_locator,
118: l_primary_item_id,
119: l_org_id,

Line 122: l_ret := wip_flow_derive.completion_loc(

118: l_primary_item_id,
119: l_org_id,
120: l_alt_routing_designator);
121:
122: l_ret := wip_flow_derive.completion_loc(
123: l_completion_locator,
124: l_primary_item_id,
125: l_org_id,
126: l_alt_routing_designator,