DBA Data[Home] [Help]

APPS.HR_HELPDESK_UTIL_SS dependencies on PER_ALL_PEOPLE_F

Line 6: ( emp_id IN per_all_people_f.employee_number%type,

2: /* $Header: hrhdutilss.pkh 120.2.12010000.6 2009/04/17 12:11:08 tkghosh ship $ */
3: --
4: --
5: FUNCTION get_person_id
6: ( emp_id IN per_all_people_f.employee_number%type,
7: bg_id IN per_all_people_f.business_group_id%type,
8: cwk_id IN per_all_people_f.npw_number%type)
9: RETURN varchar2;
10:

Line 7: bg_id IN per_all_people_f.business_group_id%type,

3: --
4: --
5: FUNCTION get_person_id
6: ( emp_id IN per_all_people_f.employee_number%type,
7: bg_id IN per_all_people_f.business_group_id%type,
8: cwk_id IN per_all_people_f.npw_number%type)
9: RETURN varchar2;
10:
11: FUNCTION get_assgn_id

Line 8: cwk_id IN per_all_people_f.npw_number%type)

4: --
5: FUNCTION get_person_id
6: ( emp_id IN per_all_people_f.employee_number%type,
7: bg_id IN per_all_people_f.business_group_id%type,
8: cwk_id IN per_all_people_f.npw_number%type)
9: RETURN varchar2;
10:
11: FUNCTION get_assgn_id
12: ( pers_id IN per_all_people_f.person_id%type)

Line 12: ( pers_id IN per_all_people_f.person_id%type)

8: cwk_id IN per_all_people_f.npw_number%type)
9: RETURN varchar2;
10:
11: FUNCTION get_assgn_id
12: ( pers_id IN per_all_people_f.person_id%type)
13: RETURN varchar2;
14:
15: FUNCTION get_person_status
16: ( person_id IN per_all_people_f.person_id%type)

Line 16: ( person_id IN per_all_people_f.person_id%type)

12: ( pers_id IN per_all_people_f.person_id%type)
13: RETURN varchar2;
14:
15: FUNCTION get_person_status
16: ( person_id IN per_all_people_f.person_id%type)
17: RETURN varchar2;
18:
19: FUNCTION get_assign_status
20: ( assig_id IN per_all_assignments_f.assignment_id%type)

Line 25: bus_grp_id per_all_people_f.business_group_id%type)

21: RETURN varchar2;
22:
23: FUNCTION validate_function
24: (func_name fnd_form_functions.function_name%type,
25: bus_grp_id per_all_people_f.business_group_id%type)
26: RETURN varchar2;
27:
28: FUNCTION get_function_type
29: (func_name IN VARCHAR2)

Line 34: bus_grp_id per_all_people_f.business_group_id%type)

30: RETURN varchar2;
31:
32: FUNCTION get_resp_name
33: (func_name fnd_form_functions.function_name%type,
34: bus_grp_id per_all_people_f.business_group_id%type)
35: RETURN VARCHAR2;
36:
37: FUNCTION get_secgrp_key
38: (bus_grp_id IN PER_BUSINESS_GROUPS.business_group_id%type)

Line 42: (p_person_id IN per_all_people_f.person_id%type,

38: (bus_grp_id IN PER_BUSINESS_GROUPS.business_group_id%type)
39: RETURN VARCHAR2;
40:
41: FUNCTION get_person_type_status
42: (p_person_id IN per_all_people_f.person_id%type,
43: eff_date IN varchar2,
44: p_fn_name IN varchar2)
45: RETURN VARCHAR2;
46: