DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_BATCH_HEADER_DBL

Line 1679: gme_batch_header_dbl.insert_row (x_batch_header_rec

1675:
1676: /* This is not a migrated batch, so let's indicate so. */
1677: x_batch_header_rec.migrated_batch_ind := 'N';
1678: l_return :=
1679: gme_batch_header_dbl.insert_row (x_batch_header_rec
1680: ,x_batch_header_rec);
1681:
1682: -- If header was inserted OK, then insert the material details. As
1683: -- above, if we are copying text, generate and insert the text and codes first

Line 1934: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec

1930: IF x_return_status <> fnd_api.g_ret_sts_success THEN
1931: RAISE steps_creation_failure;
1932: END IF;
1933:
1934: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec
1935: ,x_batch_header_rec) ) THEN
1936: RAISE batch_header_fetch_failure;
1937: END IF;
1938: ELSE

Line 2227: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec

2223: ,last_update_login = gme_common_pvt.g_login_id
2224: WHERE batch_id = x_batch_header_rec.batch_id;
2225: END IF; -- End start and completion dates not null.
2226:
2227: IF NOT (gme_batch_header_dbl.fetch_row (x_batch_header_rec
2228: ,x_batch_header_rec) ) THEN
2229: RAISE batch_header_fetch_failure;
2230: END IF;
2231: