DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_WF_PKG dependencies on PQP_ALNTF_WF_ITEM_KEY_S

Line 93: select pqp_alntf_wf_item_key_s.nextval

89: begin
90: --
91: --
92: -- Get the next item key from the sequence
93: select pqp_alntf_wf_item_key_s.nextval
94: into l_item_key
95: from sys.dual;
96:
97: --