DBA Data[Home] [Help]

APPS.BOM_COPY_CALENDAR dependencies on BOM_EXCEPTION_SET_DATES

Line 1212: from BOM_EXCEPTION_SET_DATES besd, BOM_EXCEPTION_SETS bes

1208: besd.attribute12,
1209: besd.attribute13,
1210: besd.attribute14,
1211: besd.attribute15
1212: from BOM_EXCEPTION_SET_DATES besd, BOM_EXCEPTION_SETS bes
1213: where bes.exception_set_name = x_exception_set_name
1214: and bes.exception_set_id = besd.exception_set_id
1215: and trunc(besd.exception_date) not in (
1216: select trunc(bce.exception_date)

Line 1364: from BOM_EXCEPTION_SET_DATES besd, BOM_EXCEPTION_SETS bes

1360: besd.attribute12,
1361: besd.attribute13,
1362: besd.attribute14,
1363: besd.attribute15
1364: from BOM_EXCEPTION_SET_DATES besd, BOM_EXCEPTION_SETS bes
1365: where bes.exception_set_name = x_exception_set_name
1366: and bes.exception_set_id = besd.exception_set_id
1367: and trunc(besd.exception_date) not in (
1368: select trunc(bse.exception_date)