DBA Data[Home] [Help]

APPS.EAM_ASSETNUMBER_PUB dependencies on FND_PRODUCT_INSTALLATIONS

Line 1046: from fnd_product_installations

1042: -- validate fa asset
1043: if (p_fa_asset_id is not null and p_fa_asset_id <> fnd_api.g_miss_num ) then
1044: -- First, check if fa is installed on the instance.
1045: select count(*) into l_count
1046: from fnd_product_installations
1047: where application_id=140;
1048:
1049: if (l_count = 0) then
1050: x_reason_failed:='EAM_FA_ASSET_ID_INVALID';

Line 1075: from fnd_product_installations

1071: if (l_eam_item_type = 1) then
1072:
1073: -- First, check if pn is installed on the instance.
1074: select count(*) into l_count
1075: from fnd_product_installations
1076: where application_id=240;
1077:
1078: if (l_count = 0) then
1079: x_reason_failed:='EAM_PN_LOCATION_ID_INVALID';