DBA Data[Home] [Help]

APPS.HXC_RDB_POST_RETRIEVAL dependencies on HXC_RDB_PRE_RETRIEVAL

Line 1852: l_level := hxc_rdb_pre_retrieval.validate_current_session;

1848:
1849: -- Bug 9654164
1850: -- Added this code snippet to manage the validity of
1851: -- this or other sessions by the same user.
1852: l_level := hxc_rdb_pre_retrieval.validate_current_session;
1853: IF l_level = 'ERROR'
1854: THEN
1855: p_msg := 'HXC_RDB_INVALID_SESSION_ERR';
1856: p_level := 'ERROR';