DBA Data[Home] [Help]

APPS.GME_MOBILE_LOVS dependencies on FND_USER

Line 4004: fnd_user u

4000: gme_batch_steps s,
4001: gme_batch_step_activities a,
4002: gme_batch_step_resources r,
4003: gmp_resource_instances i,
4004: fnd_user u
4005: WHERE h.batch_id = p_batch_id
4006: AND h.batch_id = s.batch_id
4007: AND s.batchstep_no = p_step_no
4008: AND s.batchstep_id = a.batchstep_id

Line 4058: fnd_user u

4054: gme_batch_step_resources r,
4055: gmp_resource_instances i,
4056: gme_resource_txns_gtmp t,
4057: gme_resource_txns rt,
4058: fnd_user u
4059: WHERE
4060: t.doc_id = p_batch_id
4061: AND t.line_id = r.batchstep_resource_id
4062: AND t.start_date = t.end_date