DBA Data[Home] [Help]

APPS.IGS_PS_VAL_UV dependencies on IGS_PS_VAL_UD

Line 27: -- smvk 16-Dec-2002 Function Call IGS_PS_VAL_TR.crsp_val_tr_perc,IGS_PS_VAL_UD.crsp_val_ud_perc are modified with

23:
24: --jbegum 12 Mar 02 As part of bug fix of bug #2192616
25: -- Modified the procedure crsp_val_uv_pnt_ovrd
26: --smadathi 28-AUG-2001 Bug No. 1956374 .The function genp_val_staff_prsn removed
27: -- smvk 16-Dec-2002 Function Call IGS_PS_VAL_TR.crsp_val_tr_perc,IGS_PS_VAL_UD.crsp_val_ud_perc are modified with
28: -- additional parameter value 'FALSE'. for Bug # 2696207
29: --bdeviset 21-JUL-2004 Added a new procedure GET_CP_VALUES for Bug # 3782329
30: -------------------------------------------------------------------------------------------*/
31: --

Line 634: IF (IGS_PS_VAL_UD.crsp_val_ud_perc(

630: p_message_name := 'IGS_PS_PRCALLOC_TEACHRESP_100';
631: RETURN FALSE;
632: END IF;
633: -- Validate the IGS_PS_UNIT_DSCP record percentage total 100%
634: IF (IGS_PS_VAL_UD.crsp_val_ud_perc(
635: p_unit_cd,
636: p_version_number,
637: p_message_name,FALSE) = FALSE) THEN
638: RETURN FALSE;

Line 643: IF (IGS_PS_VAL_UD.crsp_val_ud_dg_cd(

639: END IF;
640: -- Validate the IGS_PS_UNIT_DSCP table and that the disclipline_group_cd
641: -- is not closed.
642: FOR ud_rec IN c_unit_discipline LOOP
643: IF (IGS_PS_VAL_UD.crsp_val_ud_dg_cd(
644: ud_rec.discipline_group_cd,
645: p_message_name) = FALSE) THEN
646: v_terminate := TRUE;
647: EXIT;