DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FA_COSTCLEAR_REP_ITF

Line 638: insert into fa_costclear_rep_itf (

634:
635:
636: h_mesg_name := 'FA_SHARED_INSERT_FAILED';
637: -- Bug#9166346
638: insert into fa_costclear_rep_itf (
639: request_id, company, cost_Center, account, transaction_type,
640: asset_number, description, tag_number, serial_number,
641: vendor_name, invoice_number, line_number,distribution_line_number, inventorial,
642: inv_description, payables_cost, created_by,

Line 665: fnd_message.set_token('TABLE','FA_COSTCLEAR_REP_ITF',FALSE);

661: fa_Rx_conc_mesg_pkg.log(SQLERRM);
662: end if;
663: fnd_message.set_name('OFA',h_mesg_name);
664: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
665: fnd_message.set_token('TABLE','FA_COSTCLEAR_REP_ITF',FALSE);
666: end if;
667: if h_mesg_name = 'FA_RX_CONCAT_SEGS' then
668: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
669: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);