DBA Data[Home] [Help]

APPS.FARX_MAD dependencies on FA_MASSADD_REP_ITF

Line 297: INSERT INTO FA_MASSADD_REP_ITF

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

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

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