DBA Data[Home] [Help]

APPS.PAY_EVQ_BUS dependencies on PAYWSDYG_PKG

Line 540: If paywsdyg_pkg.is_table_column_valid(l_table,p_rec.column_name) = 'N' Then

536: Open csr_get_tab;
537: Fetch csr_get_tab Into l_table;
538: Close csr_get_tab;
539: --
540: If paywsdyg_pkg.is_table_column_valid(l_table,p_rec.column_name) = 'N' Then
541: --
542: -- The combination of table and column does not exist.
543: -- Therefore we must error
544: --