DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_APPLICATION

Line 9314: --Retreive product id from fnd_application based on product name

9310: x_status VARCHAR2(1);
9311: x_org VARCHAR2(1);
9312: x_temp_product_name varchar2(10);
9313: begin
9314: --Retreive product id from fnd_application based on product name
9315: x_progress := 10;
9316:
9317: select application_id
9318: into x_app_id

Line 9319: from fnd_application

9315: x_progress := 10;
9316:
9317: select application_id
9318: into x_app_id
9319: from fnd_application
9320: where application_short_name = x_product_name ;
9321:
9322: --get product installation status
9323: x_progress := 20;