DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 1450: gme_batch_header_dbl.insert_row (x_batch_header_rec

1446:
1447: /* This is not a migrated batch, so let's indicate so. */
1448: x_batch_header_rec.migrated_batch_ind := 'N';
1449: l_return :=
1450: gme_batch_header_dbl.insert_row (x_batch_header_rec
1451: ,x_batch_header_rec);
1452:
1453: -- If header was inserted OK, then insert the material details. As
1454: -- above, if we are copying text, generate and insert the text and codes first

Line 1705: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec

1701: IF x_return_status <> fnd_api.g_ret_sts_success THEN
1702: RAISE steps_creation_failure;
1703: END IF;
1704:
1705: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec
1706: ,x_batch_header_rec) ) THEN
1707: RAISE batch_header_fetch_failure;
1708: END IF;
1709: ELSE

Line 1974: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec

1970: ,last_update_login = gme_common_pvt.g_login_id
1971: WHERE batch_id = x_batch_header_rec.batch_id;
1972: END IF; -- End start and completion dates not null.
1973:
1974: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec
1975: ,x_batch_header_rec) ) THEN
1976: RAISE batch_header_fetch_failure;
1977: END IF;
1978: