DBA Data[Home] [Help]

APPS.IGIRSTPT dependencies on RA_INTERFACE_DISTRIBUTIONS_ALL

Line 282: INSERT INTO ra_interface_distributions_ALL( account_class -- Mandatory

278: THEN
279:
280: l_message := 'Inserting receivable distribution for '||ar_rec.trx_number;
281: --fnd_file.put_line(fnd_file.log , l_message);
282: INSERT INTO ra_interface_distributions_ALL( account_class -- Mandatory
283: , interface_line_context
284: , interface_line_attribute1
285: , interface_line_attribute2
286: , interface_line_attribute3

Line 325: INSERT INTO ra_interface_distributions_ALL( account_class -- Mandatory

321: THEN
322: l_message := 'Inserting revenue distribution for '||ar_rec.trx_number;
323: --fnd_file.put_line(fnd_file.log , l_message);
324:
325: INSERT INTO ra_interface_distributions_ALL( account_class -- Mandatory
326: , interface_line_context
327: , interface_line_attribute1
328: , interface_line_attribute2
329: , interface_line_attribute3