DBA Data[Home] [Help]

APPS.OTA_TDB_API_UPD2 dependencies on OTA_CPR_UTILITY

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

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