DBA Data[Home] [Help]

APPS.IRC_JPS_GENERATOR dependencies on IRC_DOCUMENT_API

Line 563: irc_document_api.create_document

559: close get_first_resume;
560: end if;
561: --
562: if not l_overwriting then
563: irc_document_api.create_document
564: (p_validate => false
565: ,p_effective_date=>sysdate
566: ,p_type=>'AUTO_RESUME'
567: ,p_person_id=>p_person_id

Line 580: irc_document_api.process_document(l_document_id);

576: set binary_doc=l_binary_doc
577: ,parsed_xml=l_parsed_xml
578: where document_id=l_document_id;
579: end if;
580: irc_document_api.process_document(l_document_id);
581: --
582: hr_utility.set_location('Saved resume',12);
583: exception
584: when others then