DBA Data[Home] [Help]

APPS.HR_GEN_PKG dependencies on ICX_SEC

Line 55: the icx_sec.putSessionAttributeValue.

51: Get_Customized_Restriction to
52: HR_7070_CUST_INVALID_CUST_NAME .
53: 115.11 12-May-2003 njaladi 3577964- Added new autonomous transactin wrapper
54: procedure putSessionAttributeValue which calls
55: the icx_sec.putSessionAttributeValue.
56:
57: */
58: g_dummy number; -- Used in various places throughout the package
59: PROCEDURE init_forms(p_business_group_id IN NUMBER,

Line 374: icx_sec.putSessionAttributeValue(

370: p_value in varchar2,
371: p_session_id in number) is
372: pragma AUTONOMOUS_TRANSACTION;
373: BEGIN
374: icx_sec.putSessionAttributeValue(
375: p_name => p_name,
376: p_value => p_value,
377: p_session_id => p_session_id);
378: commit;