DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN_PKG dependencies on FA_WHATIF_ITF

Line 1735: INSERT INTO FA_WHATIF_ITF(

1731: t_ind := i;
1732:
1733: if (t_ind >= l_limit) or (X_last_asset) then
1734: FORALL j in t_request_id.FIRST..t_request_id.LAST
1735: INSERT INTO FA_WHATIF_ITF(
1736: request_id
1737: , book_type_code
1738: , asset_id
1739: , asset_number

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

1869:
1870: g_deprn.delete;
1871: fnd_message.set_name('OFA',h_mesg_name);
1872: if h_mesg_name = 'FA_SHARED_INSERT_FAIL' then
1873: fnd_message.set_token('TABLE','FA_WHATIF_ITF',FALSE);
1874: end if;
1875: if h_mesg_name like 'FA_WHATIF_ASSET%' then
1876: fnd_message.set_token('ASSET_ID',X_asset_id,FALSE);
1877: end if;