DBA Data[Home] [Help]

APPS.PO_EMPLOYEES_SV dependencies on FND_PROFILE

Line 5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');

1: PACKAGE BODY PO_EMPLOYEES_SV as
2: /*$Header: POXEMEMB.pls 120.5.12020000.2 2013/02/10 13:10:54 vegajula ship $*/
3:
4: -- Read the profile option that enables/disables the debug log
5: g_asn_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_RVCTP_ENABLE_TRACE'),'N');
6:
7: -- Bug 4664653 START
8: g_emp_id NUMBER;
9: g_emp_name PER_EMPLOYEES_CURRENT_X.FULL_NAME%TYPE;

Line 69: FND_PROFILE.GET('USER_ID', X_user_id);

65:
66: BEGIN
67: /* get user id */
68:
69: FND_PROFILE.GET('USER_ID', X_user_id);
70: if X_user_id is null then
71: -- dbms_output.put_line('Xuserid is Null');
72: -- po_message_s.app_error('PO_ALL_SQL_ERROR');
73: return False;

Line 99: FND_PROFILE.GET('HR_TREAT_CWK_AS_EMP', l_cwk_profile);

95:
96: X_progress := '010';
97:
98: --
99: FND_PROFILE.GET('HR_TREAT_CWK_AS_EMP', l_cwk_profile);
100:
101: IF l_cwk_profile = 'N' then
102:
103: /* get emp_id, emp_name and location_id */