DBA Data[Home] [Help]

APPS.IRC_PENDING_DATA_API dependencies on IRC_DOCUMENT_API

Line 1140: irc_document_api.update_document_track

1136: if l_resume_file_name is not null then
1137: if l_document_id is not null then
1138: hr_utility.set_location(l_proc, 55);
1139: Fnd_file.put_line(FND_FILE.LOG,'Updating resume document for the Candidate: '||l_resume_file_name||': document_id='||l_document_id);
1140: irc_document_api.update_document_track
1141: (p_effective_date => l_data.creation_date
1142: ,p_document_id => l_document_id
1143: ,p_mime_type => l_resume_mime_type
1144: ,p_type => 'RESUME'

Line 1161: irc_document_api.create_document

1157: end if;
1158: else
1159: hr_utility.set_location(l_proc, 60);
1160: Fnd_file.put_line(FND_FILE.LOG,'Creating resume document for the Candidate: '||l_resume_file_name);
1161: irc_document_api.create_document
1162: (p_effective_date => l_data.creation_date
1163: ,p_type => 'RESUME'
1164: ,p_person_id => l_person_id
1165: ,p_mime_type => l_resume_mime_type

Line 1178: irc_document_api.process_document(l_new_doc_id);

1174: hr_utility.set_location(l_proc, 65);
1175: if l_new_doc_id is not null then
1176: update irc_documents set binary_doc=l_resume
1177: where document_id = l_new_doc_id;
1178: irc_document_api.process_document(l_new_doc_id);
1179: end if;
1180: --
1181: hr_utility.set_location(l_proc, 70);
1182: if l_data.vacancy_id is not null then