DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_TEXT_DBL

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

1622: -- the text header row first as database constraints impose this
1623: IF gme_common_pvt.g_copy_formula_text_ind = 1
1624: AND l_formula_master.text_code IS NOT NULL THEN
1625: l_return :=
1626: gme_text_dbl.insert_header_row (l_text_header, l_text_header);
1627:
1628: IF l_return THEN
1629: x_batch_header_rec.text_code := l_text_header.text_code;
1630: ELSE

Line 1734: gme_text_dbl.insert_header_row (l_text_header

1730: IF l_material_details (l_row_count).text_code IS NOT NULL
1731: AND gme_common_pvt.g_copy_formula_text_ind = 1 THEN
1732: l_text_code := l_material_details (l_row_count).text_code;
1733: l_return :=
1734: gme_text_dbl.insert_header_row (l_text_header
1735: ,l_text_header);
1736:
1737: IF l_return THEN
1738: l_material_details (l_row_count).text_code :=

Line 1871: gme_text_dbl.insert_text_row (l_text_table (l_row_count)

1867: -- Insert Text detail for all the new text codes, which
1868: -- hold the data for all the detail lines and the batch header.
1869: FOR l_row_count IN 1 .. l_text_table.COUNT LOOP
1870: l_return :=
1871: gme_text_dbl.insert_text_row (l_text_table (l_row_count)
1872: ,l_text_table (l_row_count) );
1873:
1874: IF NOT l_return THEN
1875: RAISE unexpected_error;