DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FA_ASSET_LISTING_REP_ITF

Line 925: INSERT INTO fa_asset_listing_rep_itf (

921: (h_cost - h_reserve <= nbv) THEN
922: --
923: -- Insert the data to the interface table
924: --
925: INSERT INTO fa_asset_listing_rep_itf (
926: request_id,
927: date_placed_in_service,
928: deprn_method,
929: life_yr_mo,

Line 1050: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);

1046:
1047: fnd_message.set_name('OFA',h_mesg_name);
1048:
1049: IF h_mesg_name in ('FA_SHARED_DETELE_FAILED','FA_SHARED_INSERT_FAILED') THEN
1050: fnd_message.set_token('TABLE','FA_ASSET_LISTING_REP_ITF',FALSE);
1051: END IF;
1052: IF h_mesg_name = 'FA_RX_CONCAT_SEGS' THEN
1053: fnd_message.set_token('CCID',to_char(h_ccid_error),FALSE);
1054: fnd_message.set_token('FLEX_CODE',h_flex_error,FALSE);