DBA Data[Home] [Help]

PACKAGE: APPS.PQH_FR_QUOTA_CHECK

Source


1 PACKAGE PQH_FR_QUOTA_CHECK AUTHID CURRENT_USER as
2 /* $Header: pqqutchk.pkh 120.0 2005/05/29 02:23 appldev noship $ */
3 
4 Procedure quota_grid_formation(p_elctbl_chc_id in number,
5                               p_effective_date in date);
6 
7 procedure check_quota(p_business_group_id in number, p_return_status out nocopy varchar2);
8 
9 procedure check_quota(p_business_group_id in number,
10                      p_effective_date in date,
11                      p_corp_id in number,
12                      p_grade_id in number,
13                      p_return_status out nocopy varchar2);
14 
15 procedure delete_rows;
16 
17 END PQH_FR_QUOTA_CHECK;