DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_INSTALLATION

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

9320: where application_short_name = x_product_name ;
9321:
9322: --get product installation status
9323: x_progress := 20;
9324: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);
9325:
9326: if (x_install)
9327: THEN
9328: x_status := 'Y';