DBA Data[Home] [Help]

APPS.PAY_KR_SEP_FORM_PKG dependencies on PAY_ELEMENT_TYPES

Line 330: p_element_type_id in pay_element_types.element_type_id%type,

326: p_session_date in date);
327: -------------------------------------------------------------------------------------------------------------+
328: procedure create_entry_for_assignment(
329: p_assignment_id in pay_assignment_actions.assignment_id%type,
330: p_element_type_id in pay_element_types.element_type_id%type,
331: p_business_group_id in pay_element_types.business_group_id%type,
332: p_entry_type in pay_element_entries_f.entry_type%type,
333: p_effective_date in date,
334: p_effective_start_date in out NOCOPY date,

Line 331: p_business_group_id in pay_element_types.business_group_id%type,

327: -------------------------------------------------------------------------------------------------------------+
328: procedure create_entry_for_assignment(
329: p_assignment_id in pay_assignment_actions.assignment_id%type,
330: p_element_type_id in pay_element_types.element_type_id%type,
331: p_business_group_id in pay_element_types.business_group_id%type,
332: p_entry_type in pay_element_entries_f.entry_type%type,
333: p_effective_date in date,
334: p_effective_start_date in out NOCOPY date,
335: p_effective_end_date in out NOCOPY date,