DBA Data[Home] [Help]

APPS.GHR_HISTORY_CONV_RG dependencies on PAY_ELEMENT_ENTRIES_F

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

485: p_history_data in ghr_pa_history%rowtype,
486: p_position_ei_data in out nocopy per_position_extra_info%rowtype);
487:
488: Procedure conv_to_element_entry_rg(
489: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
490: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
491: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,

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

486: p_position_ei_data in out nocopy per_position_extra_info%rowtype);
487:
488: Procedure conv_to_element_entry_rg(
489: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
490: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
491: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,

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

487:
488: Procedure conv_to_element_entry_rg(
489: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
490: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
491: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,

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

488: Procedure conv_to_element_entry_rg(
489: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
490: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
491: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,

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

489: p_element_entry_id in pay_element_entries_f.element_entry_id%type default null,
490: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
491: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,

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

490: p_effective_start_date in pay_element_entries_f.effective_start_date%type default null,
491: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,

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

491: p_effective_end_date in pay_element_entries_f.effective_end_date%type default null,
492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,

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

492: p_cost_allocation_keyflex_id in pay_element_entries_f.cost_allocation_keyflex_id%type default null,
493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,

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

493: p_assignment_id in pay_element_entries_f.assignment_id%type default null,
494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,

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

494: p_updating_action_id in pay_element_entries_f.updating_action_id%type default null,
495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,

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

495: p_element_link_id in pay_element_entries_f.element_link_id%type default null,
496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,

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

496: p_original_entry_id in pay_element_entries_f.original_entry_id%type default null,
497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,

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

497: p_creator_type in pay_element_entries_f.creator_type%type default null,
498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,

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

498: p_entry_type in pay_element_entries_f.entry_type%type default null,
499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,

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

499: p_comment_id in pay_element_entries_f.comment_id%type default null,
500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,

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

500: p_creator_id in pay_element_entries_f.creator_id%type default null,
501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,

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

501: p_reason in pay_element_entries_f.reason%type default null,
502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,

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

502: p_target_entry_id in pay_element_entries_f.target_entry_id%type default null,
503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,

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

503: p_attribute_category in pay_element_entries_f.attribute_category%type default null,
504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,

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

504: p_attribute1 in pay_element_entries_f.attribute1%type default null,
505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,

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

505: p_attribute2 in pay_element_entries_f.attribute2%type default null,
506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,

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

506: p_attribute3 in pay_element_entries_f.attribute3%type default null,
507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,

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

507: p_attribute4 in pay_element_entries_f.attribute4%type default null,
508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,

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

508: p_attribute5 in pay_element_entries_f.attribute5%type default null,
509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,

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

509: p_attribute6 in pay_element_entries_f.attribute6%type default null,
510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,

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

510: p_attribute7 in pay_element_entries_f.attribute7%type default null,
511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,

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

511: p_attribute8 in pay_element_entries_f.attribute8%type default null,
512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,

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

512: p_attribute9 in pay_element_entries_f.attribute9%type default null,
513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,

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

513: p_attribute10 in pay_element_entries_f.attribute10%type default null,
514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,

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

514: p_attribute11 in pay_element_entries_f.attribute11%type default null,
515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,

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

515: p_attribute12 in pay_element_entries_f.attribute12%type default null,
516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,

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

516: p_attribute13 in pay_element_entries_f.attribute13%type default null,
517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,

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

517: p_attribute14 in pay_element_entries_f.attribute14%type default null,
518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,
525: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,

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

518: p_attribute15 in pay_element_entries_f.attribute15%type default null,
519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,
525: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
526: p_date_earned in pay_element_entries_f.date_earned%type default null,

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

519: p_attribute16 in pay_element_entries_f.attribute16%type default null,
520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,
525: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
526: p_date_earned in pay_element_entries_f.date_earned%type default null,
527: p_element_entry_data in out nocopy pay_element_entries_f%rowtype);

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

520: p_attribute17 in pay_element_entries_f.attribute17%type default null,
521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,
525: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
526: p_date_earned in pay_element_entries_f.date_earned%type default null,
527: p_element_entry_data in out nocopy pay_element_entries_f%rowtype);
528:

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

521: p_attribute18 in pay_element_entries_f.attribute18%type default null,
522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,
525: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
526: p_date_earned in pay_element_entries_f.date_earned%type default null,
527: p_element_entry_data in out nocopy pay_element_entries_f%rowtype);
528:
529: Procedure conv_to_element_entry_rg(

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

522: p_attribute19 in pay_element_entries_f.attribute19%type default null,
523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,
525: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
526: p_date_earned in pay_element_entries_f.date_earned%type default null,
527: p_element_entry_data in out nocopy pay_element_entries_f%rowtype);
528:
529: Procedure conv_to_element_entry_rg(
530: p_element_entry_h_v in ghr_element_entries_h_v%rowtype,

Line 527: p_element_entry_data in out nocopy pay_element_entries_f%rowtype);

523: p_attribute20 in pay_element_entries_f.attribute20%type default null,
524: p_subpriority in pay_element_entries_f.subpriority%type default null,
525: p_personal_payment_method_id in pay_element_entries_f.personal_payment_method_id%type default null,
526: p_date_earned in pay_element_entries_f.date_earned%type default null,
527: p_element_entry_data in out nocopy pay_element_entries_f%rowtype);
528:
529: Procedure conv_to_element_entry_rg(
530: p_element_entry_h_v in ghr_element_entries_h_v%rowtype,
531: p_element_entry_data out nocopy pay_element_entries_f%rowtype);

Line 531: p_element_entry_data out nocopy pay_element_entries_f%rowtype);

527: p_element_entry_data in out nocopy pay_element_entries_f%rowtype);
528:
529: Procedure conv_to_element_entry_rg(
530: p_element_entry_h_v in ghr_element_entries_h_v%rowtype,
531: p_element_entry_data out nocopy pay_element_entries_f%rowtype);
532:
533: procedure conv_element_entry_rg_to_hist(
534: p_element_entries_data in pay_element_entries_f%rowtype,
535: p_history_data in out nocopy ghr_pa_history%rowtype);

Line 534: p_element_entries_data in pay_element_entries_f%rowtype,

530: p_element_entry_h_v in ghr_element_entries_h_v%rowtype,
531: p_element_entry_data out nocopy pay_element_entries_f%rowtype);
532:
533: procedure conv_element_entry_rg_to_hist(
534: p_element_entries_data in pay_element_entries_f%rowtype,
535: p_history_data in out nocopy ghr_pa_history%rowtype);
536:
537: procedure conv_to_element_entry_rg(
538: p_history_data in ghr_pa_history%rowtype,

Line 539: p_element_entries_data in out nocopy pay_element_entries_f%rowtype);

535: p_history_data in out nocopy ghr_pa_history%rowtype);
536:
537: procedure conv_to_element_entry_rg(
538: p_history_data in ghr_pa_history%rowtype,
539: p_element_entries_data in out nocopy pay_element_entries_f%rowtype);
540:
541:
542: Procedure conv_to_element_entval_rg(
543: p_element_entry_value_id in pay_element_entry_values_f.element_entry_value_id%type,