DBA Data[Home] [Help]

APPS.AP_WEB_PROJECT_PKG dependencies on PA_CLIENT_EXTN_PTE

Line 77: PA_CLIENT_EXTN_PTE.check_time_exp_proj_user(l_FNDUsersEmployeeID,

73: return;
74: end if;
75:
76: -- Call PA API to determine whether user is projects enabled.
77: PA_CLIENT_EXTN_PTE.check_time_exp_proj_user(l_FNDUsersEmployeeID,
78: P_FNDUserID,
79: l_PAEnable, l_Mesg);
80: if (l_PAEnable = 'Y') then
81: P_Result := 'Y';

Line 111: PA_CLIENT_EXTN_PTE.check_time_exp_proj_user(P_EmployeeID,

107: p_user_id => l_FNDUserID,
108: p_resp_id => null,
109: p_apps_id => null);
110:
111: PA_CLIENT_EXTN_PTE.check_time_exp_proj_user(P_EmployeeID,
112: l_FNDUserID,
113: l_PAEnable,
114: l_Mesg);
115: l_PAEnablePreviousVal := l_PAEnable;