DBA Data[Home] [Help]

APPS.BEN_ICD_ELEMENT_ENTRY_PKG dependencies on BEN_DETERMINE_DATE

Line 1281: ben_determine_date.main

1277: p_mandatory_action_item := 'N';
1278: for l_action_items in c_action_items loop
1279: l_returned_date:=null;
1280: if(l_action_items.actn_typ_due_dt_cd is not null) then
1281: ben_determine_date.main
1282: (p_date_cd=>l_action_items.actn_typ_due_dt_cd
1283: ,p_person_id=>p_person_id
1284: ,p_effective_date=>p_effective_date
1285: ,p_returned_date=>l_returned_date);