DBA Data[Home] [Help]

APPS.GME_REOPEN_BATCH_PVT dependencies on CM_CMPT_DTL

Line 442: FROM cm_cmpt_dtl cst

438: CURSOR c_get_period_info (l_batch_id IN gme_batch_header.batch_id%TYPE)
439: IS
440: -- See if any of the matl lines has been costed and frozen.
441: SELECT COUNT (1)
442: FROM cm_cmpt_dtl cst
443: ,cm_acst_led aled
444: ,gme_material_details md
445: ,gme_batch_header bh
446: WHERE bh.batch_id = l_batch_id