DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on WSH_NEW_DELIVERIES

Line 373: wsh_new_deliveries wds

369: begin
370: select schedule_group_id
371: into wjsi_row.schedule_group_id
372: from wip_schedule_groups wsg,
373: wsh_new_deliveries wds
374: where wds.delivery_id = wjsi_row.delivery_id
375: and wsg.schedule_group_name = wds.name
376: and wsg.organization_id = wjsi_row.organization_id;
377: exception

Line 401: from wsh_new_deliveries wds

397: fnd_global.user_id,
398: fnd_global.user_id,
399: sysdate,
400: sysdate
401: from wsh_new_deliveries wds
402: where wds.delivery_id = wjsi_row.delivery_id;
403: end;
404: end if;
405: exception