DBA Data[Home] [Help]

APPS.GL_PROCURE_TO_PAY dependencies on GL_INTERFACE_HISTORY

Line 178: -- Insert all data into GL_INTERFACE_HISTORY as a back-up.

174: -- Count the number of rows in the table
175: v_num_line_in_table := SQL%ROWCOUNT;
176:
177: --
178: -- Insert all data into GL_INTERFACE_HISTORY as a back-up.
179: --
180: -- Bug Fix 5056457. Replaced the i.set_of_books_id with
181: -- decode(i.ledger_id, -1, i.set_of_books_id, i.ledger_id)
182: -- in the where clause, as either column could be used to

Line 185: INSERT INTO GL_INTERFACE_HISTORY(status,

181: -- decode(i.ledger_id, -1, i.set_of_books_id, i.ledger_id)
182: -- in the where clause, as either column could be used to
183: -- store ledger id.
184:
185: INSERT INTO GL_INTERFACE_HISTORY(status,
186: set_of_books_id,
187: accounting_date,
188: currency_code,
189: date_created,