DBA Data[Home] [Help]

APPS.PA_REPORT_UTIL dependencies on PA_INSTALL

Line 141: x_billing_installed := PA_INSTALL.is_costing_licensed;

137: END IF;
138:
139:
140: -- Populating Billing product is installed
141: x_billing_installed := PA_INSTALL.is_costing_licensed;
142:
143: -- Populating Prm product is installed
144: x_prm_installed := PA_INSTALL.is_prm_licensed;
145:

Line 144: x_prm_installed := PA_INSTALL.is_prm_licensed;

140: -- Populating Billing product is installed
141: x_billing_installed := PA_INSTALL.is_costing_licensed;
142:
143: -- Populating Prm product is installed
144: x_prm_installed := PA_INSTALL.is_prm_licensed;
145:
146: IF FND_GLOBAL.USER_ID IS NOT NULL THEN
147: -- Populating person id person name
148: BEGIN