DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_WORKFLOW_PKG dependencies on IRC_UTILITIES_PKG

Line 109: l_candidateId := irc_utilities_pkg.GET_RECRUITMENT_PERSON_ID

105: l_candidateId := IRC_NOTIFICATION_DATA_PKG.getCandidatePersonId
106: ( p_assignmentId => l_assignmentId
107: , p_effectiveDate => l_effectiveDate
108: , p_event_name => l_eventName);
109: l_candidateId := irc_utilities_pkg.GET_RECRUITMENT_PERSON_ID
110: ( p_person_id => l_candidateId
111: , p_effective_date => l_effectiveDate);
112: end if;
113: hr_utility.set_location('Candidate Id : ' || l_candidateId, 60);

Line 308: l_isInternalPerson := irc_utilities_pkg.is_internal_person

304: l_eventName := wf_engine.getItemAttrText ( itemtype => p_itemType
305: , itemkey => p_itemKey
306: , aname => 'IRC_EVENT_NAME');
307: hr_utility.set_location('Event name : '||l_eventName,20);
308: l_isInternalPerson := irc_utilities_pkg.is_internal_person
309: (p_person_id=> p_recipientPersonId,
310: p_eff_date => trunc(sysdate)
311: );
312: if (p_personType <> 'CAND' OR l_isInternalPerson ='TRUE') then