DBA Data[Home] [Help]

APPS.PO_EMPLOYEES_SV dependencies on PO_EMPLOYEES_SV

Line 1: PACKAGE BODY PO_EMPLOYEES_SV as

1: PACKAGE BODY PO_EMPLOYEES_SV as
2: /*$Header: POXEMEMB.pls 120.3.12010000.1 2008/07/24 14:12:40 appldev 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');

Line 282: x_online_user := po_employees_sv.online_user(x_person_id);

278:
279: --dbms_output.put_line('before call');
280:
281:
282: x_online_user := po_employees_sv.online_user(x_person_id);
283:
284: --dbms_output.put_line('after call');
285: If x_online_user = TRUE THEN
286: x_str := 'TRUE';

Line 335: PO_MESSAGE_S.SQL_ERROR('PO_EMPLOYEES_SV.ONLINE_USER', x_progress, sqlcode);

331:
332: EXCEPTION
333: WHEN OTHERS THEN
334: --dbms_output.put_line('In Exception');
335: PO_MESSAGE_S.SQL_ERROR('PO_EMPLOYEES_SV.ONLINE_USER', x_progress, sqlcode);
336: RAISE;
337: END;
338:
339: /*===========================================================================

Line 669: END PO_EMPLOYEES_SV;

665: return null;
666:
667: end get_emp_name;
668:
669: END PO_EMPLOYEES_SV;