DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_EN_UNIT_SET_RULE

Line 432: FROM IGS_EN_UNIT_SET_RULE usr

428: v_new_rul_seq_number NUMBER;
429: CURSOR c_usr IS
430: SELECT usr.s_rule_call_cd,
431: usr.rul_sequence_number
432: FROM IGS_EN_UNIT_SET_RULE usr
433: WHERE usr.unit_set_cd = p_old_unit_set_cd AND
434: usr.version_number = p_old_version_number;
435: BEGIN
436: FOR v_usr_rec IN c_usr LOOP

Line 442: IGS_EN_UNIT_SET_RULE_PKG.Insert_Row(

438: v_new_rul_seq_number := IGS_RU_GEN_003.rulp_ins_copy_rule(
439: v_usr_rec.s_rule_call_cd,
440: v_usr_rec.rul_sequence_number);
441: x_rowid := NULL;
442: IGS_EN_UNIT_SET_RULE_PKG.Insert_Row(
443: X_ROWID => x_rowid,
444: X_UNIT_SET_CD => p_new_unit_set_cd,
445: X_VERSION_NUMBER => p_new_version_number,
446: X_S_RULE_CALL_CD => v_usr_rec.s_rule_call_cd,

Line 588: --- Check if the IGS_EN_UNIT_SET_RULE record exists for the old IGS_PS_UNIT code and

584: -- create the new record with the substituted values.
585: -- Create new records for child records of cous
586: -- i.e. cousr and coous
587: crspl_crs_off_unit_set;
588: --- Check if the IGS_EN_UNIT_SET_RULE record exists for the old IGS_PS_UNIT code and
589: --- version number. If so, create the new record with the substituted values.
590: crspl_unit_set_rule;
591: --- Check if the record exists for the old IGS_PS_UNIT code and
592: --- version number. If so, create the new record with the substituted values.