DBA Data[Home] [Help]

APPS.FND_PRODUCT_INITIALIZATION_PKG dependencies on FND_GLOBAL

Line 149: -- Called by FND_GLOBAL.INITIALIZE() which decides the current application

145: end RemoveDependency;
146:
147: --
148: -- ExecInitFunction (PUBLIC)
149: -- Called by FND_GLOBAL.INITIALIZE() which decides the current application
150: -- short name and the conditions occurred.
151: --
152: -- Input
153: -- x_apps_name: the application short name

Line 656: fnd_global.application_short_name,

652: function DiscoInit return number is
653: begin
654:
655: fnd_product_initialization_pkg.ExecInitFunction(
656: fnd_global.application_short_name,
657: '''APPL''_''RESP''_''USER''_''NLS''_''ORG''');
658: return(ExecInitSuccess);
659:
660: exception