DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UTIL_PVT dependencies on PO_CORE_S

Line 97: l_key := PO_CORE_S.get_session_gt_nextval;

93: PO_LOG.proc_begin(d_mod, 'l_key', l_key);
94: END IF;
95:
96: -- Get the next key for the session
97: l_key := PO_CORE_S.get_session_gt_nextval;
98:
99: -- Insert the values into the GT table
100: synchronize_gt_tables(
101: p_key => l_key,