DBA Data[Home] [Help]

APPS.OTA_TDB_API_UPD2 dependencies on OTA_CPR_UTILITY

Line 1464: ota_cpr_utility.chk_mandatory_prereqs(l_delegate_person_id, l_delegate_contact_id, l_event_id);

1460: l_check_prereq := true;
1461: End If;
1462:
1463: If ( l_check_prereq and (l_delegate_person_id is not null or l_delegate_contact_id is not null) ) Then
1464: ota_cpr_utility.chk_mandatory_prereqs(l_delegate_person_id, l_delegate_contact_id, l_event_id);
1465: End If;
1466: --
1467: End chk_mandatory_prereqs;
1468: