DBA Data[Home] [Help]

APPS.BEN_WHATIF_ELIG dependencies on BEN_COURT_ORDERS_API

Line 2886: BEN_court_orders_API.create_court_orders

2882: if c_crt_ordr%notfound Then
2883: --
2884: -- Error out as pl_id can't be determined.
2885: --
2886: BEN_court_orders_API.create_court_orders
2887: (
2888: p_validate => false
2889: ,p_crt_ordr_id => per_crt_ordr_rec.CRT_ORDR_ID
2890: ,p_crt_ordr_typ_cd => per_crt_ordr_rec.CRT_ORDR_TYP_CD

Line 2946: BEN_court_orders_API.update_court_orders

2942: );
2943: null;
2944: else
2945: --
2946: BEN_court_orders_API.update_court_orders
2947: (p_validate => FALSE
2948: ,p_CRT_ORDR_ID => per_crt_ordr_rec.CRT_ORDR_ID
2949: ,p_CRT_ORDR_TYP_CD => per_crt_ordr_rec.CRT_ORDR_TYP_CD
2950: ,p_APLS_PERD_ENDG_DT => per_crt_ordr_rec.APLS_PERD_ENDG_DT