DBA Data[Home] [Help]

APPS.PAY_PURGE_PKG dependencies on FF_UTILS

Line 747: ff_utils.assert((PURGE_ACTION_TYPE_ROWS = l_pat_count),

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:
750: end phase_two_checks;
751:

Line 846: ff_utils.assert(false, 'open_ctx_cur:1');

842: open_asg_rep_cur(p_ctx_cursor, p_assignment_id, p_purge_date);
843: elsif(p_select_type = 'ACT_CONTEXTS') then
844: open_act_ctx_cur(p_ctx_cursor, p_assignment_id, p_purge_date);
845: else
846: ff_utils.assert(false, 'open_ctx_cur:1');
847: end if;
848: end open_ctx_cur;
849:
850: procedure pypu2uacs

Line 878: ff_utils.assert((p_action_sequence is not null), 'pypu2uacs:1');

874: l_update_count number := 0;
875:
876: begin
877: -- The action_sequence must NOT be null.
878: ff_utils.assert((p_action_sequence is not null), 'pypu2uacs:1');
879:
880: l_action_sequence := p_action_sequence;
881:
882: for c1rec in c1 loop

Line 902: ff_utils.assert((l_update_count > 0), 'pypu2uacs:2');

898:
899: end loop;
900:
901: -- Would expect some actions to have been updated.
902: ff_utils.assert((l_update_count > 0), 'pypu2uacs:2');
903: end pypu2uacs;
904:
905: procedure pypurgbv
906: (