DBA Data[Home] [Help]

APPS.GME_REOPEN_STEP_PVT dependencies on GME_PHANTOM_PVT

Line 76: gme_phantom_pvt.fetch_step_phantoms

72: END IF;
73:
74: /* For any ingredient lines attached with the step we have to */
75: /* reopen any phantom batches associated with it */
76: gme_phantom_pvt.fetch_step_phantoms
77: (p_batch_id => l_batch_steps_tab
78: (i).batch_id
79: ,p_batchstep_id => l_batch_steps_tab
80: (i).batchstep_id

Line 228: gme_phantom_pvt.fetch_step_phantoms

224: x_batch_step_rec.last_updated_by := gme_common_pvt.g_user_ident;
225: x_batch_step_rec.last_update_login := gme_common_pvt.g_login_id;
226: /* For any ingredient lines attached with the step we have to */
227: /* reopen any phantom batches associated with it */
228: gme_phantom_pvt.fetch_step_phantoms
229: (p_batch_id => x_batch_step_rec.batch_id
230: ,p_batchstep_id => x_batch_step_rec.batchstep_id
231: ,x_phantom_ids => l_phantom_ids
232: ,p_all_release_type_assoc => 0