DBA Data[Home] [Help]

APPS.GME_MOBILE_LOVS dependencies on FND_USER

Line 3920: fnd_user u

3916: gme_batch_steps s,
3917: gme_batch_step_activities a,
3918: gme_batch_step_resources r,
3919: gmp_resource_instances i,
3920: fnd_user u
3921: WHERE h.batch_id = p_batch_id
3922: AND h.batch_id = s.batch_id
3923: AND s.batchstep_no = p_step_no
3924: AND s.batchstep_id = a.batchstep_id

Line 3974: fnd_user u

3970: gme_batch_step_resources r,
3971: gmp_resource_instances i,
3972: gme_resource_txns_gtmp t,
3973: gme_resource_txns rt,
3974: fnd_user u
3975: WHERE
3976: t.doc_id = p_batch_id
3977: AND t.line_id = r.batchstep_resource_id
3978: AND t.start_date = t.end_date