DBA Data[Home] [Help]

PACKAGE: APPS.PQH_DE_INS_END_REASONS_BK3

Source


1 Package  PQH_DE_iNs_END_REASONS_BK3 AUTHID CURRENT_USER as
2 /* $Header: pqpreapi.pkh 120.0 2005/05/29 02:17:39 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< Delete_PENSION_END_REASONS_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 Procedure Delete_PENSION_END_REASONS_b
9   (p_ins_end_reason_id           In     Number
10   ,p_object_version_number           In     number);
11 
12 Procedure Delete_PENSION_END_REASONS_a
13   (p_ins_end_reason_id           In     Number
14   ,p_object_version_number           In     number);
15 
16 end PQH_DE_iNs_END_REASONS_BK3;