DBA Data[Home] [Help]

APPS.FARX_CP dependencies on FA_CAP_REP_ITF

Line 207: insert into fa_cap_rep_itf (

203: h_life_yr_mo_num := fnd_number.canonical_to_number(h_life_year_month);
204:
205: h_mesg_name := 'FA_SHARED_INSERT_FAILED';
206:
207: insert into fa_cap_rep_itf (
208: request_id, company, cost_center, expense_acct,
209: cip_cost_acct, asset_cost_acct, asset_number,
210: description, date_placed_in_service, method,
211: tag_number, serial_number, inventorial,

Line 236: fnd_message.set_token('TABLE','FA_CAP_REP_ITF',FALSE);

232: fa_Rx_conc_mesg_pkg.log(SQLERRM);
233: end if;
234: fnd_message.set_name('OFA',h_mesg_name);
235: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
236: fnd_message.set_token('TABLE','FA_CAP_REP_ITF',FALSE);
237: end if;
238: if h_mesg_name = 'FA_RX_CONCAT_SEGS' then
239: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
240: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);