DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_EN_VAL_PUSE

Line 542: -- IGS_EN_VAL_PUSE.crsp_val_us_exists and

538: -- initialise msg_no to default indicating that insert was
539: -- successful
540: p_message_name := 'IGS_PS_SUCCESS_COPY_UNIT_SET';
541: -- 1. Validate new IGS_EN_UNIT_SET exists using
542: -- IGS_EN_VAL_PUSE.crsp_val_us_exists and
543: -- the 'new' parameters passed in.
544: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_US.crsp_val_us_exists
545: IF IGS_EN_VAL_PUSE.crsp_val_us_exists(
546: p_new_unit_set_cd,

Line 545: IF IGS_EN_VAL_PUSE.crsp_val_us_exists(

541: -- 1. Validate new IGS_EN_UNIT_SET exists using
542: -- IGS_EN_VAL_PUSE.crsp_val_us_exists and
543: -- the 'new' parameters passed in.
544: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_US.crsp_val_us_exists
545: IF IGS_EN_VAL_PUSE.crsp_val_us_exists(
546: p_new_unit_set_cd,
547: p_new_version_number,
548: v_message_name) = FALSE THEN
549: p_message_name := 'IGS_GE_VAL_DOES_NOT_XS';

Line 553: -- IGS_EN_VAL_PUSE.crsp_val_us_exists and

549: p_message_name := 'IGS_GE_VAL_DOES_NOT_XS';
550: RETURN;
551: END IF;
552: -- 2. Validate old IGS_EN_UNIT_SET exists using
553: -- IGS_EN_VAL_PUSE.crsp_val_us_exists and
554: -- the 'old' parameters passed in.
555: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_US.crsp_val_us_exists
556: IF IGS_EN_VAL_PUSE.crsp_val_us_exists(
557: p_old_unit_set_cd,

Line 556: IF IGS_EN_VAL_PUSE.crsp_val_us_exists(

552: -- 2. Validate old IGS_EN_UNIT_SET exists using
553: -- IGS_EN_VAL_PUSE.crsp_val_us_exists and
554: -- the 'old' parameters passed in.
555: -- As part of the bug# 1956374 changed to the below call from IGS_PS_VAL_US.crsp_val_us_exists
556: IF IGS_EN_VAL_PUSE.crsp_val_us_exists(
557: p_old_unit_set_cd,
558: p_old_version_number,
559: v_message_name) = FALSE THEN
560: p_message_name := 'IGS_GE_VAL_DOES_NOT_XS';