DBA Data[Home] [Help]

APPS.PER_CKL_BUS dependencies on PER_CHECKLISTS

Line 103: (p_name in per_checklists.name%TYPE

99: -- Access Status:
100: -- Internal Development Use Only.
101: --
102: Procedure chk_name
103: (p_name in per_checklists.name%TYPE
104: ,p_category IN per_checklists.checklist_category%TYPE
105: ,p_business_group_id in per_checklists.business_group_id%TYPE
106: ,p_checklist_id in per_checklists.checklist_id%type
107: ,p_object_version_number in per_checklists.object_version_number%type

Line 104: ,p_category IN per_checklists.checklist_category%TYPE

100: -- Internal Development Use Only.
101: --
102: Procedure chk_name
103: (p_name in per_checklists.name%TYPE
104: ,p_category IN per_checklists.checklist_category%TYPE
105: ,p_business_group_id in per_checklists.business_group_id%TYPE
106: ,p_checklist_id in per_checklists.checklist_id%type
107: ,p_object_version_number in per_checklists.object_version_number%type
108: );

Line 105: ,p_business_group_id in per_checklists.business_group_id%TYPE

101: --
102: Procedure chk_name
103: (p_name in per_checklists.name%TYPE
104: ,p_category IN per_checklists.checklist_category%TYPE
105: ,p_business_group_id in per_checklists.business_group_id%TYPE
106: ,p_checklist_id in per_checklists.checklist_id%type
107: ,p_object_version_number in per_checklists.object_version_number%type
108: );
109: --

Line 106: ,p_checklist_id in per_checklists.checklist_id%type

102: Procedure chk_name
103: (p_name in per_checklists.name%TYPE
104: ,p_category IN per_checklists.checklist_category%TYPE
105: ,p_business_group_id in per_checklists.business_group_id%TYPE
106: ,p_checklist_id in per_checklists.checklist_id%type
107: ,p_object_version_number in per_checklists.object_version_number%type
108: );
109: --
110: -- ---------------------------------------------------------------------------

Line 107: ,p_object_version_number in per_checklists.object_version_number%type

103: (p_name in per_checklists.name%TYPE
104: ,p_category IN per_checklists.checklist_category%TYPE
105: ,p_business_group_id in per_checklists.business_group_id%TYPE
106: ,p_checklist_id in per_checklists.checklist_id%type
107: ,p_object_version_number in per_checklists.object_version_number%type
108: );
109: --
110: -- ---------------------------------------------------------------------------
111: -- |-------------------------------< chk_ler_id >----------------------------|

Line 141: (p_ler_id in per_checklists.event_reason_id%TYPE

137: -- {End of Comments}
138: --
139: -- ---------------------------------------------------------------------------
140: procedure chk_ler_id
141: (p_ler_id in per_checklists.event_reason_id%TYPE
142: ,p_business_group_id in per_checklists.business_group_id%TYPE
143: ,p_effective_date in date
144: );
145: --

Line 142: ,p_business_group_id in per_checklists.business_group_id%TYPE

138: --
139: -- ---------------------------------------------------------------------------
140: procedure chk_ler_id
141: (p_ler_id in per_checklists.event_reason_id%TYPE
142: ,p_business_group_id in per_checklists.business_group_id%TYPE
143: ,p_effective_date in date
144: );
145: --
146: -- ---------------------------------------------------------------------------

Line 173: (p_checklist_id in per_checklists.checklist_id%TYPE,

169: --
170: -- {End Of Comments}
171: -- ----------------------------------------------------------------------------
172: procedure chk_ckl_category
173: (p_checklist_id in per_checklists.checklist_id%TYPE,
174: p_ckl_category in per_checklists.checklist_category%TYPE,
175: p_effective_date in date
176: );
177: --

Line 174: p_ckl_category in per_checklists.checklist_category%TYPE,

170: -- {End Of Comments}
171: -- ----------------------------------------------------------------------------
172: procedure chk_ckl_category
173: (p_checklist_id in per_checklists.checklist_id%TYPE,
174: p_ckl_category in per_checklists.checklist_category%TYPE,
175: p_effective_date in date
176: );
177: --
178: -- ----------------------------------------------------------------------------