DBA Data[Home] [Help]

APPS.PAY_USER_TABLES_PKG dependencies on PAY_USER_COLUMNS

Line 294: from pay_user_columns

290: --
291: procedure check_references ( p_user_table_id in number ) is
292: cursor c1 is
293: select '1'
294: from pay_user_columns
295: where user_table_id = p_user_table_id ;
296: --
297: cursor c2 is
298: select '1'

Line 305: -- Check PAY_USER_COLUMNS

301: l_dummy varchar2(1) ;
302: l_detail_found boolean := FALSE ;
303: begin
304: --
305: -- Check PAY_USER_COLUMNS
306: open c1 ;
307: fetch c1 into l_dummy ;
308: if c1%found then
309: close c1 ;