DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_WHATIF_ITF

Line 2071: INSERT INTO FA_WHATIF_ITF(

2067: t_ind := i;
2068:
2069: if (t_ind >= l_limit) or (X_last_asset) then
2070: FORALL j in t_request_id.FIRST..t_request_id.LAST
2071: INSERT INTO FA_WHATIF_ITF(
2072: request_id
2073: , book_type_code
2074: , asset_id
2075: , asset_number

Line 2209: fnd_message.set_token('TABLE','FA_WHATIF_ITF',FALSE);

2205:
2206: g_deprn.delete;
2207: fnd_message.set_name('OFA',h_mesg_name);
2208: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
2209: fnd_message.set_token('TABLE','FA_WHATIF_ITF',FALSE);
2210: end if;
2211: if h_mesg_name like 'FA_WHATIF_ASSET%' then
2212: fnd_message.set_token('ASSET_ID',X_asset_id,FALSE);
2213: end if;