DBA Data[Home] [Help]

APPS.FARX_MAD dependencies on FA_MASSADD_REP_ITF

Line 296: INSERT INTO FA_MASSADD_REP_ITF

292: end if;
293:
294: h_mesg_name := 'FA_SHARED_INSERT_FAILED';
295:
296: INSERT INTO FA_MASSADD_REP_ITF
297: (REQUEST_ID
298: ,BOOK_TYPE_CODE
299: ,QUEUE_NAME
300: ,INVOICE_CURRENCY_CODE

Line 433: fnd_message.set_token('TABLE','FA_MASSADD_REP_ITF',FALSE);

429: fa_Rx_conc_mesg_pkg.log(SQLERRM);
430: end if;
431: fnd_message.set_name('OFA',h_mesg_name);
432: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
433: fnd_message.set_token('TABLE','FA_MASSADD_REP_ITF',FALSE);
434: end if;
435: if h_mesg_name = 'FA_RX_CONCAT_SEGS' then
436: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
437: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);