DBA Data[Home] [Help]

APPS.GME_MOBILE_LOVS dependencies on GME_RESOURCE_TXNS_GTMP

Line 3899: FROM gmp_resource_instances i, gme_resource_txns_gtmp t

3895: , p_instance IN VARCHAR2) IS
3896: BEGIN
3897: OPEN x_resource_cursor FOR
3898: SELECT i.instance_number, i.instance_id
3899: FROM gmp_resource_instances i, gme_resource_txns_gtmp t
3900: WHERE t.doc_id = p_batch_id
3901: AND t.line_id = p_batchstep_resource_id
3902: AND t.start_date = t.end_date
3903: AND action_code NOT IN ('REVS', 'REVL')

Line 4056: gme_resource_txns_gtmp t,

4052: FROM gme_batch_steps s,
4053: gme_batch_step_activities a,
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