DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_BATCH_HEADER_DBL

Line 3732: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_header, l_batch_header)) THEN

3728: gme_common_pvt.g_login_id := TO_NUMBER (fnd_profile.VALUE ('LOGIN_ID'));
3729: gme_common_pvt.g_user_ident := TO_NUMBER (fnd_profile.VALUE ('USER_ID'));
3730:
3731: l_batch_header.batch_id := p_batch_id;
3732: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_header, l_batch_header)) THEN
3733: RAISE expected_error;
3734: END IF;
3735: l_batch_step.batch_id := p_batch_id;
3736: l_batch_step.batchstep_id := p_step_id;

Line 3942: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_hdr_rec, l_batch_hdr_rec)) THEN

3938: gme_common_pvt.g_login_id := TO_NUMBER (fnd_profile.VALUE ('LOGIN_ID'));
3939: gme_common_pvt.g_user_ident := TO_NUMBER (fnd_profile.VALUE ('USER_ID'));
3940:
3941: l_batch_hdr_rec.batch_id := p_batch_id;
3942: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_hdr_rec, l_batch_hdr_rec)) THEN
3943: RAISE expected_error;
3944: END IF;
3945:
3946: l_batch_step.batch_id := p_batch_id;

Line 4242: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_rec, l_batch_rec)) THEN

4238: l_batch_rec gme_batch_header%ROWTYPE;
4239: expected_error EXCEPTION;
4240: BEGIN
4241: l_batch_rec.batch_id := p_batch_id;
4242: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_rec, l_batch_rec)) THEN
4243: RAISE expected_error;
4244: END IF;
4245:
4246: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_rec