DBA Data[Home] [Help]

APPS.PAY_PTA_INS dependencies on DUAL

Line 163: Cursor C_Sel1 is select pay_dated_tables_s.nextval from sys.dual;

159: ) is
160: --
161: l_proc varchar2(72) := g_package||'pre_insert';
162: --
163: Cursor C_Sel1 is select pay_dated_tables_s.nextval from sys.dual;
164: --
165: Cursor C_Sel2 is select application_id
166: from fnd_tables where table_name = p_rec.table_name;
167: Begin