DBA Data[Home] [Help]

APPS.GME_MOBILE_TXN dependencies on GME_BATCH_HEADER_DBL

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

3632: gme_common_pvt.g_login_id := TO_NUMBER (fnd_profile.VALUE ('LOGIN_ID'));
3633: gme_common_pvt.g_user_ident := TO_NUMBER (fnd_profile.VALUE ('USER_ID'));
3634:
3635: l_batch_header.batch_id := p_batch_id;
3636: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_header, l_batch_header)) THEN
3637: RAISE expected_error;
3638: END IF;
3639: l_batch_step.batch_id := p_batch_id;
3640: l_batch_step.batchstep_id := p_step_id;

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

3834: gme_common_pvt.g_login_id := TO_NUMBER (fnd_profile.VALUE ('LOGIN_ID'));
3835: gme_common_pvt.g_user_ident := TO_NUMBER (fnd_profile.VALUE ('USER_ID'));
3836:
3837: l_batch_hdr_rec.batch_id := p_batch_id;
3838: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_hdr_rec, l_batch_hdr_rec)) THEN
3839: RAISE expected_error;
3840: END IF;
3841:
3842: l_batch_step.batch_id := p_batch_id;

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

4108: l_batch_rec gme_batch_header%ROWTYPE;
4109: expected_error EXCEPTION;
4110: BEGIN
4111: l_batch_rec.batch_id := p_batch_id;
4112: IF NOT (gme_batch_header_dbl.fetch_row(l_batch_rec, l_batch_rec)) THEN
4113: RAISE expected_error;
4114: END IF;
4115:
4116: gme_trans_engine_util.load_rsrc_trans (p_batch_row => l_batch_rec