DBA Data[Home] [Help]

APPS.PAY_MGB_BUS dependencies on PAY_MAGNETIC_BLOCKS

Line 46: from pay_magnetic_blocks

42: ) IS
43: --
44: cursor csr_unique_key is
45: select null
46: from pay_magnetic_blocks
47: where block_name = p_block_name
48: and report_format = p_report_format;
49: --
50: l_proc varchar2(72) := g_package || 'chk_unique_key';