DBA Data[Home] [Help]

APPS.PO_ASL_API_GRP dependencies on BOM_CALENDARS

Line 1171: FROM bom_calendars BOM

1167: FROM po_asl_attributes_gt PAAGT
1168: WHERE PAAGT.delivery_calendar_dsp IS NOT NULL
1169: AND NOT EXISTS
1170: (SELECT 1
1171: FROM bom_calendars BOM
1172: WHERE Nvl(BOM.calendar_end_date, SYSDATE+1) > SYSDATE
1173: AND BOM.calendar_code = PAAGT.delivery_calendar_dsp)
1174:
1175: UNION ALL