DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on GME_BATCH_STEP_RESOURCES

Line 4073: FROM gme_batch_step_resources a,

4069: l_batchstep_id,
4070: l_resource,
4071: l_batchstep_activity_id,
4072: l_batchstep_resource_id
4073: FROM gme_batch_step_resources a,
4074: gme_resource_txns grt
4075: WHERE grt.poc_trans_id = p_source_id_int_1
4076: AND grt.line_id = a.batchstep_resource_id;
4077: