DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on PAY_ELEMENT_ENTRIES_F

Line 2942: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,

2938: -- Procedure conv_to_element_entry_rg copies the individual fields supplied as parameters
2939: -- to the per_assignment_f type record.
2940: --
2941: Procedure conv_to_element_entry_rg(
2942: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
2943: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,

Line 2943: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,

2939: -- to the per_assignment_f type record.
2940: --
2941: Procedure conv_to_element_entry_rg(
2942: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
2943: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,

Line 2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,

2940: --
2941: Procedure conv_to_element_entry_rg(
2942: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
2943: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,

Line 2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,

2941: Procedure conv_to_element_entry_rg(
2942: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
2943: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,

Line 2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,

2942: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
2943: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,

Line 2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,

2943: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,

Line 2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,

2944: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,

Line 2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,

2945: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,

Line 2950: p_creator_type in pay_element_entries_f.creator_type%type default null,

2946: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,

Line 2951: p_entry_type in pay_element_entries_f.entry_type%type default null,

2947: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,

Line 2952: p_comment_id in pay_element_entries_f.comment_id%type default null,

2948: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,

Line 2953: p_creator_id in pay_element_entries_f.creator_id%type default null,

2949: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,

Line 2954: p_reason in pay_element_entries_f.reason%type default null,

2950: p_creator_type in pay_element_entries_f.creator_type%type default null,
2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,

Line 2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,

2951: p_entry_type in pay_element_entries_f.entry_type%type default null,
2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,

Line 2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,

2952: p_comment_id in pay_element_entries_f.comment_id%type default null,
2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,

Line 2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,

2953: p_creator_id in pay_element_entries_f.creator_id%type default null,
2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,

Line 2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,

2954: p_reason in pay_element_entries_f.reason%type default null,
2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,

Line 2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,

2955: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,

Line 2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,

2956: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,

Line 2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,

2957: p_attribute1 in pay_element_entries_f.attribute1%type default null,
2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,

Line 2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,

2958: p_attribute2 in pay_element_entries_f.attribute2%type default null,
2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,

Line 2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,

2959: p_attribute3 in pay_element_entries_f.attribute3%type default null,
2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,

Line 2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,

2960: p_attribute4 in pay_element_entries_f.attribute4%type default null,
2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,

Line 2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,

2961: p_attribute5 in pay_element_entries_f.attribute5%type default null,
2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,

Line 2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,

2962: p_attribute6 in pay_element_entries_f.attribute6%type default null,
2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,

Line 2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,

2963: p_attribute7 in pay_element_entries_f.attribute7%type default null,
2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,

Line 2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,

2964: p_attribute8 in pay_element_entries_f.attribute8%type default null,
2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,

Line 2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,

2965: p_attribute9 in pay_element_entries_f.attribute9%type default null,
2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,

Line 2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,

2966: p_attribute10 in pay_element_entries_f.attribute10%type default null,
2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,

Line 2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,

2967: p_attribute11 in pay_element_entries_f.attribute11%type default null,
2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,

Line 2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,

2968: p_attribute12 in pay_element_entries_f.attribute12%type default null,
2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,

Line 2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,

2969: p_attribute13 in pay_element_entries_f.attribute13%type default null,
2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,

Line 2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,

2970: p_attribute14 in pay_element_entries_f.attribute14%type default null,
2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,
2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,

Line 2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,

2971: p_attribute15 in pay_element_entries_f.attribute15%type default null,
2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,
2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
2979: p_date_earned in pay_element_entries_f.date_earned%type default null,

Line 2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,

2972: p_attribute16 in pay_element_entries_f.attribute16%type default null,
2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,
2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
2979: p_date_earned in pay_element_entries_f.date_earned%type default null,
2980: p_element_entry_data in out nocopy pay_element_entries_f%rowtype ) as

Line 2977: p_subpriority in pay_element_entries_f.subpriority%type default null,

2973: p_attribute17 in pay_element_entries_f.attribute17%type default null,
2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,
2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
2979: p_date_earned in pay_element_entries_f.date_earned%type default null,
2980: p_element_entry_data in out nocopy pay_element_entries_f%rowtype ) as
2981:

Line 2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,

2974: p_attribute18 in pay_element_entries_f.attribute18%type default null,
2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,
2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
2979: p_date_earned in pay_element_entries_f.date_earned%type default null,
2980: p_element_entry_data in out nocopy pay_element_entries_f%rowtype ) as
2981:
2982:

Line 2979: p_date_earned in pay_element_entries_f.date_earned%type default null,

2975: p_attribute19 in pay_element_entries_f.attribute19%type default null,
2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,
2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
2979: p_date_earned in pay_element_entries_f.date_earned%type default null,
2980: p_element_entry_data in out nocopy pay_element_entries_f%rowtype ) as
2981:
2982:
2983: l_proc varchar2(30):=' conv_to_element_entry_rg ';

Line 2980: p_element_entry_data in out nocopy pay_element_entries_f%rowtype ) as

2976: p_attribute20 in pay_element_entries_f.attribute20%type default null,
2977: p_subpriority in pay_element_entries_f.subpriority%type default null,
2978: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
2979: p_date_earned in pay_element_entries_f.date_earned%type default null,
2980: p_element_entry_data in out nocopy pay_element_entries_f%rowtype ) as
2981:
2982:
2983: l_proc varchar2(30):=' conv_to_element_entry_rg ';
2984: l_element_entry_data pay_element_entries_f%rowtype;

Line 2984: l_element_entry_data pay_element_entries_f%rowtype;

2980: p_element_entry_data in out nocopy pay_element_entries_f%rowtype ) as
2981:
2982:
2983: l_proc varchar2(30):=' conv_to_element_entry_rg ';
2984: l_element_entry_data pay_element_entries_f%rowtype;
2985:
2986: begin
2987:
2988: l_element_entry_data :=p_element_entry_data; --NOCOPY CHANGES

Line 3080: p_element_entry_data out nocopy pay_element_entries_f%rowtype) as

3076: -- Procedure conv_to_element_entry_rg converts the
3077: -- to the element_entries_h_v type to pay_element_entriestype record.
3078: --
3079: Procedure conv_to_element_entry_rg( p_element_entry_h_v in ghr_element_entries_h_v%rowtype,
3080: p_element_entry_data out nocopy pay_element_entries_f%rowtype) as
3081:
3082: l_proc varchar2(30):='Conv_to_element_rg';
3083: l_element_entry_data pay_element_entries_f%rowtype;
3084:

Line 3083: l_element_entry_data pay_element_entries_f%rowtype;

3079: Procedure conv_to_element_entry_rg( p_element_entry_h_v in ghr_element_entries_h_v%rowtype,
3080: p_element_entry_data out nocopy pay_element_entries_f%rowtype) as
3081:
3082: l_proc varchar2(30):='Conv_to_element_rg';
3083: l_element_entry_data pay_element_entries_f%rowtype;
3084:
3085: Begin
3086:
3087: conv_to_element_entry_rg(

Line 3143: p_element_entries_data in pay_element_entries_f%rowtype,

3139:
3140: -- procedure convt_element_entry_rg_to_hist converts the per_ element_entries record type to
3141: -- ghr_pa_history record type
3142: procedure conv_element_entry_rg_to_hist(
3143: p_element_entries_data in pay_element_entries_f%rowtype,
3144: p_history_data in out nocopy ghr_pa_history%rowtype) as
3145:
3146: l_proc varchar2(30) := 'convert_element_ent_rg_hist_rg';
3147: l_history_data ghr_pa_history%rowtype;

Line 3209: p_element_entries_data in out nocopy pay_element_entries_f%rowtype) as

3205: --procedure conv_to_element_entry_rg converts the ghr_pa_history record type to
3206: --per_element_entries_f record type
3207: procedure conv_to_element_entry_rg(
3208: p_history_data in ghr_pa_history%rowtype,
3209: p_element_entries_data in out nocopy pay_element_entries_f%rowtype) as
3210:
3211: l_proc varchar2(30) := 'conv_to_element_entry_rg';
3212: l_element_entries_data pay_element_entries_f%rowtype;
3213:

Line 3212: l_element_entries_data pay_element_entries_f%rowtype;

3208: p_history_data in ghr_pa_history%rowtype,
3209: p_element_entries_data in out nocopy pay_element_entries_f%rowtype) as
3210:
3211: l_proc varchar2(30) := 'conv_to_element_entry_rg';
3212: l_element_entries_data pay_element_entries_f%rowtype;
3213:
3214: begin
3215:
3216: l_element_entries_data := p_element_entries_data ; --NOCOPY CHANGES