DBA Data[Home] [Help]

APPS.PAY_PEL_BUS dependencies on STANDARD

Line 72: -- Standard link flag and Mulitply Value flag if not supplied while calling

68: -- {Start Of Comments}
69: --
70: -- Description:
71: -- For the supplied element type id returns the Qualifying conditions,
72: -- Standard link flag and Mulitply Value flag if not supplied while calling
73: -- the create element link API.
74: -- Used for defaulting the values while creating a new element link
75: --
76: -- Prerequisites:

Line 101: ,p_standard_link_flag in out nocopy varchar2

97: ,p_qualifying_age in out nocopy varchar2
98: ,p_qualifying_length_of_service in out nocopy varchar2
99: ,p_qualifying_units in out nocopy varchar2
100: ,p_multiply_value_flag in out nocopy varchar2
101: ,p_standard_link_flag in out nocopy varchar2
102: ,p_effective_date in date
103: );
104:
105:

Line 212: -- |----------------------< chk_standard_entries >--------------------------|

208:
209: /* $Header: pypelrhi.pkh 120.2.12010000.1 2008/07/27 23:21:57 appldev ship $ */
210: --
211: -- ---------------------------------------------------------------------------
212: -- |----------------------< chk_standard_entries >--------------------------|
213: -- ---------------------------------------------------------------------------
214: -- {Start Of Comments}
215: --
216: -- Description:

Line 217: -- Creates standard entries

213: -- ---------------------------------------------------------------------------
214: -- {Start Of Comments}
215: --
216: -- Description:
217: -- Creates standard entries
218: --
219: -- Prerequisites:
220: -- The primary key identified by p_element_type_id
221: -- already exists.

Line 241: -- Standard entries created

237: -- p_employment_category
238: -- p_people_group_id
239: --
240: -- Post Success:
241: -- Standard entries created
242: --
243: -- Post Failure:
244: -- Error raised.
245: --

Line 251: Procedure chk_standard_entries

247: -- Internal Development Use Only.
248: --
249: -- {End Of Comments}
250: -- ---------------------------------------------------------------------------
251: Procedure chk_standard_entries
252: ( p_business_group_id in number
253: ,p_element_link_id in number
254: ,p_element_type_id in number
255: ,p_effective_start_date in date