DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_APPROVAL_PVT dependencies on FND_PROFILE

Line 9: P_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N'); /* Added Debug Profile Option variable initialization for bug#2674619 */

5: --Organize the approvers in the table in sequential order.
6: --Validate that no duplicate order exists between the approvers.
7: --The pl/sql table should have at least one record.
8: --
9: P_DEBUG_MODE varchar2(1) := NVL(FND_PROFILE.value('PA_DEBUG_MODE'), 'N'); /* Added Debug Profile Option variable initialization for bug#2674619 */
10:
11: PROCEDURE Validate_approver_orders (
12: x_return_status OUT NOCOPY VARCHAR2 ) --File.Sql.39 bug 4440895
13: IS