DBA Data[Home] [Help]

APPS.FARX_AL dependencies on FA_ASSET_LISTING_REP_ITF

Line 921: INSERT INTO fa_asset_listing_rep_itf (

917: (h_cost - h_reserve <= nbv) THEN
918: --
919: -- Insert the data to the interface table
920: --
921: INSERT INTO fa_asset_listing_rep_itf (
922: request_id,
923: date_placed_in_service,
924: deprn_method,
925: life_yr_mo,

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

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