DBA Data[Home] [Help]

APPS.POS_SUPP_PUB_RAISE_EVENT_PKG dependencies on POS_SUPP_PUB_EVENT_S

Line 491: SELECT pos_supp_pub_event_s.nextval

487:
488: BEGIN
489: --checking for no zero value for current supplier publication event id, if not zero, then just return it, else find the next sequence and return
490: -- IF g_curr_supp_publish_event_id = 0 THEN
491: SELECT pos_supp_pub_event_s.nextval
492: INTO g_curr_supp_publish_event_id
493: FROM dual;
494: --END IF;
495: