DBA Data[Home] [Help]

APPS.PAY_PTA_INS dependencies on FND_TABLES

Line 166: from fnd_tables where table_name = p_rec.table_name;

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
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: --