DBA Data[Home] [Help]

APPS.PO_DOCUMENT_UTIL_PVT dependencies on PO_CORE_S

Line 93: l_key := PO_CORE_S.get_session_gt_nextval;

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