DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_API dependencies on STANDARD

Line 69: * @param p_standard_link_flag Specifies whether the element link will be

65: * the salary basis in the eligibility criteria.
66: * @param p_link_to_all_payrolls_flag Specifies whether any payroll will be
67: * eligible for the element type. Valid values are defined by the 'YES_NO'
68: * lookup type.
69: * @param p_standard_link_flag Specifies whether the element link will be
70: * standard. Valid values are defined by the 'YES_NO' lookup type.
71: * @param p_transfer_to_gl_flag Specifies whether the costing information is to
72: * be transferred to GL. Valid values are defined by the 'YES_NO' lookup type.
73: * @param p_comments Element link comment text.

Line 70: * standard. Valid values are defined by the 'YES_NO' lookup type.

66: * @param p_link_to_all_payrolls_flag Specifies whether any payroll will be
67: * eligible for the element type. Valid values are defined by the 'YES_NO'
68: * lookup type.
69: * @param p_standard_link_flag Specifies whether the element link will be
70: * standard. Valid values are defined by the 'YES_NO' lookup type.
71: * @param p_transfer_to_gl_flag Specifies whether the costing information is to
72: * be transferred to GL. Valid values are defined by the 'YES_NO' lookup type.
73: * @param p_comments Element link comment text.
74: * @param p_employment_category Set this to a valid employment category to

Line 210: ,p_standard_link_flag in varchar2 default null

206: ,p_balancing_keyflex_id in number default null
207: ,p_element_set_id in number default null
208: ,p_pay_basis_id in number default null
209: ,p_link_to_all_payrolls_flag in varchar2 default 'N'
210: ,p_standard_link_flag in varchar2 default null
211: ,p_transfer_to_gl_flag in varchar2 default 'N'
212: ,p_comments in varchar2 default null
213: ,p_employment_category in varchar2 default null
214: ,p_qualifying_age in number default null

Line 345: * @param p_standard_link_flag Specifies whether the element link will be

341: * defined by 'COSTABLE_TYPE' lookup type.
342: * @param p_element_set_id {@rep:casecolumn PAY_ELEMENT_SETS.ELEMENT_SET_ID}
343: * @param p_multiply_value_flag Valid values are defined by 'YES_NO' lookup
344: * type.
345: * @param p_standard_link_flag Specifies whether the element link will be
346: * standard. Valid values are defined by the 'YES_NO' lookup type.
347: * @param p_transfer_to_gl_flag Specifies whether the costing information is to
348: * be transferred to GL. Valid values are defined by the 'YES_NO' lookup type.
349: * @param p_comments Comment

Line 346: * standard. Valid values are defined by the 'YES_NO' lookup type.

342: * @param p_element_set_id {@rep:casecolumn PAY_ELEMENT_SETS.ELEMENT_SET_ID}
343: * @param p_multiply_value_flag Valid values are defined by 'YES_NO' lookup
344: * type.
345: * @param p_standard_link_flag Specifies whether the element link will be
346: * standard. Valid values are defined by the 'YES_NO' lookup type.
347: * @param p_transfer_to_gl_flag Specifies whether the costing information is to
348: * be transferred to GL. Valid values are defined by the 'YES_NO' lookup type.
349: * @param p_comments Comment
350: * @param p_comment_id {@rep:casecolumn HR_COMMENTS.COMMENT_ID}

Line 481: ,p_standard_link_flag in varchar2 default hr_api.g_varchar2

477: ,p_datetrack_mode in varchar2
478: ,p_costable_type in varchar2 default hr_api.g_varchar2
479: ,p_element_set_id in number default hr_api.g_number
480: ,p_multiply_value_flag in varchar2 default hr_api.g_varchar2
481: ,p_standard_link_flag in varchar2 default hr_api.g_varchar2
482: ,p_transfer_to_gl_flag in varchar2 default hr_api.g_varchar2
483: ,p_comments in varchar2 default hr_api.g_varchar2
484: ,p_comment_id in varchar2 default hr_api.g_varchar2
485: ,p_employment_category in varchar2 default hr_api.g_varchar2