DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_WF_PKG dependencies on DUAL

Line 95: from sys.dual;

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: --
98: if p_tran_type = 'READ' then
99: open csr_getpayprcdet;