DBA Data[Home] [Help]

APPS.PERCOMPSTATUS dependencies on PERCOMPSTATUS

Line 1: Package body PerCompStatus AS

1: Package body PerCompStatus AS
2: /* $Header: hrcpstats.pkb 120.0 2005/05/31 23:55:44 appldev noship $*/
3: /* this fucntion returns the status of the competency
4: it checks for the outcomes defined for the competency
5: and if all the outcomes are achieved then return ACHIEVED else

Line 213: l_status_id := PerCompStatus.Get_Competence_Status(

209: l_noof_outcomes number;
210: l_competence_cluster per_competences.competence_cluster%type;
211: p_person_id per_competence_elements.person_id%type;
212: begin
213: l_status_id := PerCompStatus.Get_Competence_Status(
214: p_competence_id => p_competence_id
215: ,p_competence_element_id => p_competence_element_id
216: ,p_item_type => p_item_type
217: ,p_item_key => p_item_key

Line 391: END PerCompStatus;

387: l_ret_val := 'ACHIEVED';
388: End if;
389: Return l_ret_val;
390: End IsAllCompAchieved;
391: END PerCompStatus;