DBA Data[Home] [Help]

APPS.BEN_CHECK_ORGANIZATION dependencies on HR_ALL_ORGANIZATION_UNITS

Line 5: p_organization_id IN hr_all_organization_units.organization_id%TYPE

1: PACKAGE BEN_CHECK_ORGANIZATION AS
2: /* $Header: bechkorg.pkh 120.0 2005/05/28 01:02:46 appldev noship $*/
3: procedure chk_org_role_bnf_upd
4: (
5: p_organization_id IN hr_all_organization_units.organization_id%TYPE
6: ,p_date_from IN date
7: ,p_date_to IN date
8: );
9:

Line 12: p_organization_id IN hr_all_organization_units.organization_id%TYPE

8: );
9:
10: procedure chk_org_role_bnf_del
11: (
12: p_organization_id IN hr_all_organization_units.organization_id%TYPE
13: );
14:
15: END BEN_CHECK_ORGANIZATION;
16: