DBA Data[Home] [Help]

APPS.PON_PRINTING_PKG dependencies on FND_INSTALLATION

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

388: where application_short_name = 'XDO' ;
389:
390: --get product installation status
391: x_progress := 20;
392: x_install := fnd_installation.get(x_app_id,x_app_id,x_status,x_org);
393:
394: if x_status = 'I' then
395: x_is_xdo_installed := 'Y';
396: else