DBA Data[Home] [Help]

APPS.PAY_IN_TAX_DECLARATION dependencies on PER_PEOPLE_F

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

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

Line 46: (p_person_id IN per_people_f.person_id%TYPE

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

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

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

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

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