DBA Data[Home] [Help]

APPS.WIP_SUB_OP_RESOURCES_PKG dependencies on WIP_PICKING_PUB

Line 1194: wip_picking_pub.Update_Requirement_SubinvLoc(p_wip_entity_id => l_Wip_Entity_Id,

1190: l_supply_subinventory := null;
1191: end;
1192: end if;
1193:
1194: wip_picking_pub.Update_Requirement_SubinvLoc(p_wip_entity_id => l_Wip_Entity_Id,
1195: p_repetitive_schedule_id => l_Repetitive_Sched_Id,
1196: p_operation_seq_num => l_Operation_Seq_Num,
1197: p_supply_subinventory => l_supply_subinventory,
1198: p_supply_locator_id => l_supply_locator_id,

Line 1205: 'wip_picking_pub.Update_Requirement_SubinvLoc failed..', l_dummy2);

1201:
1202: if (x_status <> fnd_api.g_ret_sts_success) then
1203: if (l_logLevel <= wip_constants.trace_logging) then
1204: wip_logger.log('WIP_SUB_OP_RESOURCES_PKG.Replace_Resources: ' ||
1205: 'wip_picking_pub.Update_Requirement_SubinvLoc failed..', l_dummy2);
1206: end if;
1207: raise fnd_api.g_exc_unexpected_error;
1208: end if;
1209: