DBA Data[Home] [Help]

APPS.PAY_PURGE_PKG dependencies on PAY_PURGE_ACTION_TYPES

Line 141: * the PAY_PURGE_ACTION_TYPES table.

137: g_bal_exists t_bal_tab; -- index by balance_type_id
138:
139: /*
140: * Represents the current number of rows in
141: * the PAY_PURGE_ACTION_TYPES table.
142: * Allows an important sanity check that the
143: * correct rows are present - else there can be
144: * serious consequences.
145: */

Line 745: from pay_purge_action_types pat;

741: * the correct number of rows.
742: */
743: select count(*)
744: into l_pat_count
745: from pay_purge_action_types pat;
746:
747: ff_utils.assert((PURGE_ACTION_TYPE_ROWS = l_pat_count),
748: 'purge_sanity_checks:1');
749: