DBA Data[Home] [Help]

APPS.PQP_GB_OMP_TEMPLATE dependencies on PAY_USER_TABLES_PKG

Line 549: pay_user_tables_pkg.insert_row

545: -- Create the UDT
546:
547: hr_utility.set_location (l_proc_name, 20);
548:
549: pay_user_tables_pkg.insert_row
550: (p_rowid => l_udt_rowid
551: ,p_user_table_id => l_user_table_id
552: ,p_business_group_id => p_bg_id
553: ,p_legislation_code => NULL

Line 2057: pay_user_tables_pkg.delete_row

2053:
2054:
2055: -- Delete pay_user_tables for this table id
2056: hr_utility.set_location (l_proc_name, 60);
2057: pay_user_tables_pkg.delete_row
2058: (p_rowid => l_rowid
2059: ,p_user_table_id => p_udt_id
2060: );
2061: