DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_PTE dependencies on STANDARD

Line 25: -- Commenting the call to Value_specific API. Instead using standard

21: l_user_id := nvl(x_fnd_user_id, fnd_global.user_id) ;
22:
23: -- If the Profile is not set, we use NVL to set X_approved to 'N'
24:
25: -- Commenting the call to Value_specific API. Instead using standard
26: -- FND_PROFILE.Value API
27:
28: X_approved := NVL(FND_PROFILE.VALUE_SPECIFIC
29: (NAME => 'PA_TIME_EXP_PROJ_USER',