DBA Data[Home] [Help]

APPS.BEN_PRTT_RMT_APRVD_PYMT_API dependencies on BEN_ELEMENT_ENTRY

Line 465: ben_element_entry.create_reimburse_element

461: */
462: --bug#5523456
463: if l_acty_base_rt.element_type_id is not null then
464: --
465: ben_element_entry.create_reimburse_element
466: ( p_validate => p_validate
467: ,p_person_id => l_submitter_person_id
468: ,p_acty_base_rt_id => l_acty_base_rt.acty_base_rt_id
469: ,p_amt => p_aprvd_fr_pymt_amt

Line 941: ben_element_entry.end_reimburse_element

937: close c_abr_plip;
938: --
939: if l_pry_rec.element_entry_value_id is not null then
940: --
941: ben_element_entry.end_reimburse_element
942: (p_validate => p_validate
943: ,p_business_group_id => p_business_group_id
944: ,p_person_id => l_submitter_person_id
945: ,p_prtt_reimbmt_rqst_id => p_prtt_reimbmt_rqst_id

Line 954: ben_element_entry.create_reimburse_element

950: --
951: --bug#5523456
952: if l_acty_base_rt.element_type_id is not null then
953: --
954: ben_element_entry.create_reimburse_element
955: ( p_validate => p_validate
956: ,p_person_id => l_submitter_person_id
957: ,p_acty_base_rt_id => l_acty_base_rt.acty_base_rt_id
958: ,p_amt => p_aprvd_fr_pymt_amt

Line 1186: ben_element_entry.end_reimburse_element

1182: ,p_effective_date => p_effective_date );
1183:
1184: */
1185:
1186: ben_element_entry.end_reimburse_element
1187: (p_validate => p_validate
1188: ,p_business_group_id => l_business_group_id
1189: ,p_person_id => l_submitter_person_id
1190: ,p_prtt_reimbmt_rqst_id => l_prtt_reimbmt_rqst_id