DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on FND_APPLICATION

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

378: x_org VARCHAR2(1);
379: x_temp_product_name varchar2(10);
380: x_is_xdo_installed varchar2(1);
381: begin
382: --Retreive product id from fnd_application based on product name
383: x_progress := 10;
384:
385: select application_id
386: into x_app_id

Line 387: from fnd_application

383: x_progress := 10;
384:
385: select application_id
386: into x_app_id
387: from fnd_application
388: where application_short_name = 'XDO' ;
389:
390: --get product installation status
391: x_progress := 20;