DBA Data[Home] [Help]

APPS.PO_R12_CAT_UPG_VAL_PVT dependencies on PO_SESSION_GT_S

Line 2526: SELECT PO_SESSION_GT_S.nextval

2522: l_progress := '010';
2523: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_log_head,l_progress,'START'); END IF;
2524:
2525: -- pick a new key from temp table which will be used in all validate logic
2526: SELECT PO_SESSION_GT_S.nextval
2527: INTO l_key
2528: FROM DUAL;
2529:
2530: l_progress := '020';

Line 4024: SELECT PO_SESSION_GT_S.nextval

4020: l_progress := '010';
4021: IF g_debug THEN PO_R12_CAT_UPG_DEBUG.log_stmt(l_log_head,l_progress,'START'); END IF;
4022:
4023: -- pick a new key from temp table which will be used in all validate logic
4024: SELECT PO_SESSION_GT_S.nextval
4025: INTO l_key
4026: FROM DUAL;
4027:
4028: l_progress := '020';