DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_TEXT_DBL

Line 1397: gme_text_dbl.insert_header_row (l_text_header, l_text_header);

1393: -- the text header row first as database constraints impose this
1394: IF gme_common_pvt.g_copy_formula_text_ind = 1
1395: AND l_formula_master.text_code IS NOT NULL THEN
1396: l_return :=
1397: gme_text_dbl.insert_header_row (l_text_header, l_text_header);
1398:
1399: IF l_return THEN
1400: x_batch_header_rec.text_code := l_text_header.text_code;
1401: ELSE

Line 1505: gme_text_dbl.insert_header_row (l_text_header

1501: IF l_material_details (l_row_count).text_code IS NOT NULL
1502: AND gme_common_pvt.g_copy_formula_text_ind = 1 THEN
1503: l_text_code := l_material_details (l_row_count).text_code;
1504: l_return :=
1505: gme_text_dbl.insert_header_row (l_text_header
1506: ,l_text_header);
1507:
1508: IF l_return THEN
1509: l_material_details (l_row_count).text_code :=

Line 1642: gme_text_dbl.insert_text_row (l_text_table (l_row_count)

1638: -- Insert Text detail for all the new text codes, which
1639: -- hold the data for all the detail lines and the batch header.
1640: FOR l_row_count IN 1 .. l_text_table.COUNT LOOP
1641: l_return :=
1642: gme_text_dbl.insert_text_row (l_text_table (l_row_count)
1643: ,l_text_table (l_row_count) );
1644:
1645: IF NOT l_return THEN
1646: RAISE unexpected_error;