DBA Data[Home] [Help]

APPS.FARX_RT dependencies on FA_RETIRE_REP_ITF

Line 710: insert into fa_retire_rep_itf (

706: end;
707:
708: h_mesg_name := 'FA_SHARED_INSERT_FAILED';
709:
710: insert into fa_retire_rep_itf (
711: request_id, company, cost_Center, expense_acct,
712: location, category, cost_acct, reserve_acct,
713: asset_number, description, serial_number, tag_number,
714: date_retired, units_retired, cost_retired, nbv_retired,

Line 761: fnd_message.set_token('TABLE','FA_RETIRE_REP_ITF',FALSE);

757: fa_Rx_conc_mesg_pkg.log(SQLERRM);
758: end if;
759: fnd_message.set_name('OFA',h_mesg_name);
760: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
761: fnd_message.set_token('TABLE','FA_RETIRE_REP_ITF',FALSE);
762: end if;
763: if h_mesg_name = 'FA_RX_CONCAT_SEGS' then
764: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
765: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);