DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_ACT_PVT dependencies on GME_BATCH_STEP_CHG_PVT

Line 930: gme_batch_step_chg_pvt.set_activity_sequence_num (p_batchstep_activity_rec.batch_id

926: || l_batchstep_activity_out_rec.batchstep_activity_id
927: );
928: END IF;
929:
930: gme_batch_step_chg_pvt.set_activity_sequence_num (p_batchstep_activity_rec.batch_id
931: );
932:
933: FOR i IN 1 .. p_batchstep_resource_tbl.COUNT
934: LOOP

Line 1730: gme_batch_step_chg_pvt.set_activity_sequence_num (l_batchstep_activity_rec.batch_id

1726: END IF;
1727:
1728: IF l_seq_dep_ind <> l_batchstep_activity_rec.sequence_dependent_ind
1729: THEN
1730: gme_batch_step_chg_pvt.set_activity_sequence_num (l_batchstep_activity_rec.batch_id
1731: );
1732: END IF;
1733:
1734: /*Fetching the values from the db again to get the latest seq_dep_ind.*/