DBA Data[Home] [Help]

APPS.IRC_JPS_GENERATOR dependencies on IRC_DOCUMENT_API

Line 554: irc_document_api.create_document

550: close get_first_resume;
551: end if;
552: --
553: if not l_overwriting then
554: irc_document_api.create_document
555: (p_validate => false
556: ,p_effective_date=>sysdate
557: ,p_type=>'AUTO_RESUME'
558: ,p_person_id=>p_person_id

Line 571: irc_document_api.process_document(l_document_id);

567: set binary_doc=l_binary_doc
568: ,parsed_xml=l_parsed_xml
569: where document_id=l_document_id;
570: end if;
571: irc_document_api.process_document(l_document_id);
572: --
573: hr_utility.set_location('Saved resume',12);
574: exception
575: when others then