DBA Data[Home] [Help]

APPS.HR_PA_MAINTN_ALLORG_HIST_BRI dependencies on PA_INSTALL

Line 10: IF (PA_INSTALL.is_prm_licensed = 'Y' OR

6: v_return_status VARCHAR2(2000);
7: v_error_message_code VARCHAR2(2000);
8: BEGIN
9: v_return_status := FND_API.G_RET_STS_SUCCESS;
10: IF (PA_INSTALL.is_prm_licensed = 'Y' OR
11: PA_INSTALL.is_utilization_implemented = 'Y') THEN
12:
13: -- call the work flow to update pa objects
14: -- Bug 2917985 - only for expenditure organizations.

Line 11: PA_INSTALL.is_utilization_implemented = 'Y') THEN

7: v_error_message_code VARCHAR2(2000);
8: BEGIN
9: v_return_status := FND_API.G_RET_STS_SUCCESS;
10: IF (PA_INSTALL.is_prm_licensed = 'Y' OR
11: PA_INSTALL.is_utilization_implemented = 'Y') THEN
12:
13: -- call the work flow to update pa objects
14: -- Bug 2917985 - only for expenditure organizations.
15: