DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_ACCOUNTING_CLASSES

Line 317: WIP_ACCOUNTING_CLASSES WC

313: wdj_rec.organization_id, WC.CLASS_TYPE,
314: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
315: 0, 0, 0, 0, 0, 0, 0, 0
316: FROM ORG_ACCT_PERIODS OAP,
317: WIP_ACCOUNTING_CLASSES WC
318: WHERE WC.CLASS_CODE = wdj_rec.class_code
319: AND WC.ORGANIZATION_ID = wdj_rec.organization_id
320: AND OAP.ORGANIZATION_ID = wdj_rec.organization_id
321: AND OAP.SCHEDULE_CLOSE_DATE >= TRUNC(wdj_rec.date_released)