DBA Data[Home] [Help]

APPS.IRC_DOCUMENT_API dependencies on IRC_IDO_UPD

Line 456: irc_ido_upd.upd

452: --
453: -- Process Logic
454: --
455: l_object_version_number := p_object_version_number;
456: irc_ido_upd.upd
457: (p_effective_date => l_effective_date
458: ,p_mime_type => l_mime_type
459: ,p_type => l_type
460: ,p_file_name => l_file_name

Line 608: irc_ido_upd.upd

604: --
605: -- Process Logic
606: --
607: l_object_version_number := p_object_version_number;
608: irc_ido_upd.upd
609: (p_effective_date => l_effective_date
610: ,p_mime_type => p_mime_type
611: ,p_type => p_type
612: ,p_file_name => p_file_name

Line 782: irc_ido_upd.upd

778: If ((p_purge = 'N') and (l_job_applications > 0) and (p_type In ('RESUME','AUTO_RESUME')) ) Then
779: begin
780: hr_utility.set_location('call update document: '||l_proc,113);
781: --call the update document rowhandler to update the end_date for the document
782: irc_ido_upd.upd
783: (p_effective_date => l_effective_date
784: ,p_type => p_type
785: ,p_document_id => p_document_id
786: ,p_object_version_number => l_object_version_number