DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_APPLICATION

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

10146: x_status VARCHAR2(1);
10147: x_org VARCHAR2(1);
10148: x_temp_product_name varchar2(10);
10149: begin
10150: --Retreive product id from fnd_application based on product name
10151: x_progress := 10;
10152:
10153: select application_id
10154: into x_app_id

Line 10155: from fnd_application

10151: x_progress := 10;
10152:
10153: select application_id
10154: into x_app_id
10155: from fnd_application
10156: where application_short_name = x_product_name ;
10157:
10158: --get product installation status
10159: x_progress := 20;