DBA Data[Home] [Help]

APPS.FARX_RT dependencies on FA_RETIRE_REP_ITF

Line 708: insert into fa_retire_rep_itf (

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

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

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