DBA Data[Home] [Help]

APPS.PAY_IN_TAX_DECLARATION dependencies on PER_PEOPLE_F

Line 39: -- IN : p_person_id per_people_f.person_id%TYPE --

35: -- freeze period details like start date, along with --
36: -- a flag to indicate if it is the freeze period. --
37: -- --
38: -- Parameters : --
39: -- IN : p_person_id per_people_f.person_id%TYPE --
40: -- OUT : p_locked VARCHAR2 --
41: -- p_lock_start DATE --
42: -- --
43: --------------------------------------------------------------------------

Line 45: (p_person_id IN per_people_f.person_id%TYPE

41: -- p_lock_start DATE --
42: -- --
43: --------------------------------------------------------------------------
44: PROCEDURE is_locking_period
45: (p_person_id IN per_people_f.person_id%TYPE
46: ,p_locked OUT NOCOPY VARCHAR2
47: ,p_lock_start OUT NOCOPY DATE);
48:
49: --------------------------------------------------------------------------

Line 59: -- IN : p_person_id per_people_f.person_id%TYPE --

55: -- the flag stating if the employee tax declaration --
56: -- details have been approved or not. . --
57: -- --
58: -- Parameters : --
59: -- IN : p_person_id per_people_f.person_id%TYPE --
60: -- p_effective_date DATE --
61: -- OUT : p_status VARCHAR2 --
62: -- --
63: --------------------------------------------------------------------------

Line 79: -- IN : p_person_id per_people_f.person_id%TYPE --

75: -- type of the primary address of the employee if the --
76: -- primary address is not available then return NA. --
77: -- --
78: -- Parameters : --
79: -- IN : p_person_id per_people_f.person_id%TYPE --
80: -- p_effective_date DATE --
81: -- RETURN : VARCHAR2 --
82: -- --
83: --------------------------------------------------------------------------