DBA Data[Home] [Help]

APPS.WIP_WIPREVAL_XMLP_PKG dependencies on WIP_LINES

Line 331: FROM WIP_LINES WL

327:
328: IF FROM_LINE IS NULL THEN
329: SELECT NVL(MIN(WL.LINE_CODE),'X')
330: INTO FROM_LINE
331: FROM WIP_LINES WL
332: WHERE WL.ORGANIZATION_ID = ORG_ID;
333: END IF;
334:
335: IF TO_LINE IS NULL THEN

Line 338: FROM WIP_LINES WL

334:
335: IF TO_LINE IS NULL THEN
336: SELECT NVL(MAX(WL.LINE_CODE),'X')
337: INTO TO_LINE
338: FROM WIP_LINES WL
339: WHERE WL.ORGANIZATION_ID = ORG_ID;
340: END IF;
341:
342: --SRW.USER_EXIT('FND SRWINIT');

Line 403: wip_lines wl,

399: from
400: bom_calendar_dates bcd1,
401: bom_calendar_dates bcd2,
402: wip_entities we,
403: wip_lines wl,
404: wip_repetitive_items wri,
405: wip_repetitive_schedules wrs
406: where
407: bcd1.calendar_date =

Line 534: wip_lines wl,

530: mtl_material_transactions mmt2,
531: mtl_material_txn_allocations mmta2,
532: bom_calendar_dates bcd1,
533: bom_calendar_dates bcd2,
534: wip_lines wl,
535: wip_repetitive_items wri,
536: wip_repetitive_schedules wrs,
537: wip_entities we
538: where

Line 704: wip_lines wl,

700: mtl_material_transactions mmt1,
701: mtl_material_txn_allocations mmta1,
702: bom_calendar_dates bcd1,
703: bom_calendar_dates bcd2,
704: wip_lines wl,
705: wip_repetitive_schedules wrs,
706: wip_repetitive_items wri,
707: wip_entities we
708: where

Line 819: wip_lines wl,

815: mtl_material_transactions mmt2,
816: mtl_material_txn_allocations mmta2,
817: bom_calendar_dates bcd1,
818: bom_calendar_dates bcd2,
819: wip_lines wl,
820: wip_repetitive_schedules wrs,
821: wip_repetitive_items wri,
822: wip_entities we
823: where

Line 934: wip_lines wl,

930: mtl_material_transactions mmt3,
931: mtl_material_txn_allocations mmta3,
932: bom_calendar_dates bcd1,
933: bom_calendar_dates bcd2,
934: wip_lines wl,
935: wip_repetitive_schedules wrs,
936: wip_repetitive_items wri,
937: wip_entities we
938: where