DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_DEF_PVT dependencies on PO_SESSION_GT_S

Line 115: SELECT PO_SESSION_GT_S.nextval

111: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_log_head,l_progress,'p_headers_rec.interface_header_id.COUNT='||p_headers_rec.interface_header_id.COUNT); END IF;
112:
113: -- pick a new key from temp table which will be used in all default logic
114: --l_key := PO_CORE_S.get_session_gt_nextval;
115: SELECT PO_SESSION_GT_S.nextval
116: INTO l_key
117: FROM DUAL;
118:
119: l_progress := '020';

Line 1456: SELECT PO_SESSION_GT_S.nextval

1452:
1453: l_progress := '020';
1454: -- pick a new key from temp table which will be used in all default logic
1455: --l_key := PO_CORE_S.get_session_gt_nextval;
1456: SELECT PO_SESSION_GT_S.nextval
1457: INTO l_key
1458: FROM DUAL;
1459:
1460: l_progress := '030';