DBA Data[Home] [Help]

APPS.EAM_ASSETNUMBER_PUB dependencies on FND_PRODUCT_INSTALLATIONS

Line 1014: from fnd_product_installations

1010: -- validate fa asset
1011: if (p_fa_asset_id is not null and p_fa_asset_id <> fnd_api.g_miss_num ) then
1012: -- First, check if fa is installed on the instance.
1013: select count(*) into l_count
1014: from fnd_product_installations
1015: where application_id=140;
1016:
1017: if (l_count = 0) then
1018: x_reason_failed:='EAM_FA_ASSET_ID_INVALID';

Line 1043: from fnd_product_installations

1039: if (l_eam_item_type = 1) then
1040:
1041: -- First, check if pn is installed on the instance.
1042: select count(*) into l_count
1043: from fnd_product_installations
1044: where application_id=240;
1045:
1046: if (l_count = 0) then
1047: x_reason_failed:='EAM_PN_LOCATION_ID_INVALID';