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.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');

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

389:
390: --dbms_output.put_line('before call');
391:
392:
393: x_online_user := po_employees_sv.online_user(x_person_id);
394:
395: --dbms_output.put_line('after call');
396: If x_online_user = TRUE THEN
397: x_str := 'TRUE';

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

442:
443: EXCEPTION
444: WHEN OTHERS THEN
445: --dbms_output.put_line('In Exception');
446: PO_MESSAGE_S.SQL_ERROR('PO_EMPLOYEES_SV.ONLINE_USER', x_progress, sqlcode);
447: RAISE;
448: END;
449:
450: /*===========================================================================

Line 780: END PO_EMPLOYEES_SV;

776: return null;
777:
778: end get_emp_name;
779:
780: END PO_EMPLOYEES_SV;