DBA Data[Home] [Help]

APPS.PER_OBJ_BUS dependencies on PER_OBJECTIVES

Line 29: (p_appraisal_id in per_objectives.appraisal_id%TYPE

25: --
26: -- {End of Comments}
27: -- ----------------------------------------------------------------------------
28: procedure chk_appraisal
29: (p_appraisal_id in per_objectives.appraisal_id%TYPE
30: ,p_business_group_id in per_objectives.business_group_id%TYPE
31: );
32: -- ----------------------------------------------------------------------------
33: -- |------------------------< chk_owned_by_person >---------------------------|

Line 30: ,p_business_group_id in per_objectives.business_group_id%TYPE

26: -- {End of Comments}
27: -- ----------------------------------------------------------------------------
28: procedure chk_appraisal
29: (p_appraisal_id in per_objectives.appraisal_id%TYPE
30: ,p_business_group_id in per_objectives.business_group_id%TYPE
31: );
32: -- ----------------------------------------------------------------------------
33: -- |------------------------< chk_owned_by_person >---------------------------|
34: -- ----------------------------------------------------------------------------

Line 44: (p_owning_person_id in per_objectives.owning_person_id%TYPE

40: --
41: -- {End of Comments}
42: -- ----------------------------------------------------------------------------
43: procedure chk_owned_by_person
44: (p_owning_person_id in per_objectives.owning_person_id%TYPE
45: ,p_business_group_id in per_objectives.business_group_id%TYPE
46: ,p_appraisal_id in per_objectives.appraisal_id%TYPE
47: ,p_effective_date in date
48: );

Line 45: ,p_business_group_id in per_objectives.business_group_id%TYPE

41: -- {End of Comments}
42: -- ----------------------------------------------------------------------------
43: procedure chk_owned_by_person
44: (p_owning_person_id in per_objectives.owning_person_id%TYPE
45: ,p_business_group_id in per_objectives.business_group_id%TYPE
46: ,p_appraisal_id in per_objectives.appraisal_id%TYPE
47: ,p_effective_date in date
48: );
49: -- ----------------------------------------------------------------------------

Line 46: ,p_appraisal_id in per_objectives.appraisal_id%TYPE

42: -- ----------------------------------------------------------------------------
43: procedure chk_owned_by_person
44: (p_owning_person_id in per_objectives.owning_person_id%TYPE
45: ,p_business_group_id in per_objectives.business_group_id%TYPE
46: ,p_appraisal_id in per_objectives.appraisal_id%TYPE
47: ,p_effective_date in date
48: );
49: -- ----------------------------------------------------------------------------
50: -- |---------------------------< insert_validate >----------------------------|

Line 172: -- the primary key of the table (per_objectives)

168: -- Pre Conditions:
169: -- This private procedure will be called from the user hook procedures.
170: --
171: -- In Parameters:
172: -- the primary key of the table (per_objectives)
173: --
174: -- Post Success:
175: -- Processing continues.
176: --

Line 189: (p_objective_id in per_objectives.objective_id%TYPE

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: --
188: function return_legislation_code
189: (p_objective_id in per_objectives.objective_id%TYPE
190: ) return varchar2;
191: --
192: end per_obj_bus;