DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on GME_BATCH_STEP_RESOURCES

Line 4506: FROM gme_batch_step_resources a,

4502: l_batchstep_id,
4503: l_resource,
4504: l_batchstep_activity_id,
4505: l_batchstep_resource_id
4506: FROM gme_batch_step_resources a,
4507: gme_resource_txns grt
4508: WHERE grt.poc_trans_id = p_source_id_int_1
4509: AND grt.line_id = a.batchstep_resource_id;
4510: