DBA Data[Home] [Help]

APPS.OTA_MANDATORY_ENROLL_UTIL dependencies on PER_ALL_ASSIGNMENTS_F

Line 127: ,p_assignment_id per_all_assignments_f.assignment_id%type

123: p_person_id IN per_people_f.person_id%type)
124: RETURN VARCHAR2;
125:
126: FUNCTION learner_is_notSelected_inClass(p_person_id IN per_all_people_f.person_id%type
127: ,p_assignment_id per_all_assignments_f.assignment_id%type
128: ,p_event_id IN ota_events.event_id%type)
129: RETURN Boolean;
130:
131: FUNCTION lrn_is_notSelected_inClass_mul(p_person_id IN per_all_people_f.person_id%type

Line 132: ,p_assignment_id per_all_assignments_f.assignment_id%type

128: ,p_event_id IN ota_events.event_id%type)
129: RETURN Boolean;
130:
131: FUNCTION lrn_is_notSelected_inClass_mul(p_person_id IN per_all_people_f.person_id%type
132: ,p_assignment_id per_all_assignments_f.assignment_id%type
133: ,p_event_id IN ota_events.event_id%type)
134: RETURN Boolean;
135:
136: PROCEDURE process_mandatory_event_assoc(ERRBUF OUT NOCOPY VARCHAR2

Line 203: ,p_assignment_id per_all_assignments_f.assignment_id%type

199: l_create_enrollment IN varchar2 default 'Y',
200: p_person_action_id OUT NOCOPY OTA_MAND_MULTI_ENR_REQ_MEMBERS.PERSON_ACTION_ID%type);
201:
202: FUNCTION learner_is_notSelected_inCert(p_person_id IN per_all_people_f.person_id%type
203: ,p_assignment_id per_all_assignments_f.assignment_id%type
204: ,p_certification_id IN ota_certifications_b.certification_id%type default NULL)
205: RETURN Boolean;
206:
207: PROCEDURE create_cert_subscriptions(p_conc_reqId IN NUMBER);