DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_INSTALLATION

Line 10160: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);

10156: where application_short_name = x_product_name ;
10157:
10158: --get product installation status
10159: x_progress := 20;
10160: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);
10161:
10162: if (x_install)
10163: THEN
10164: x_status := 'Y';