DBA Data[Home] [Help]

APPS.GME_BATCHSTEP_ACT_PVT dependencies on GME_BATCH_STEP_CHG_PVT

Line 923: gme_batch_step_chg_pvt.set_activity_sequence_num (p_batchstep_activity_rec.batch_id

919: || l_batchstep_activity_out_rec.batchstep_activity_id
920: );
921: END IF;
922:
923: gme_batch_step_chg_pvt.set_activity_sequence_num (p_batchstep_activity_rec.batch_id
924: );
925:
926: FOR i IN 1 .. p_batchstep_resource_tbl.COUNT
927: LOOP

Line 1723: gme_batch_step_chg_pvt.set_activity_sequence_num (l_batchstep_activity_rec.batch_id

1719: END IF;
1720:
1721: IF l_seq_dep_ind <> l_batchstep_activity_rec.sequence_dependent_ind
1722: THEN
1723: gme_batch_step_chg_pvt.set_activity_sequence_num (l_batchstep_activity_rec.batch_id
1724: );
1725: END IF;
1726:
1727: /*Fetching the values from the db again to get the latest seq_dep_ind.*/