DBA Data[Home] [Help]

APPS.IGS_PS_UNITASS_ITEM_PKG dependencies on IGS_PS_UNIT_OFR_OPT

Line 548: FROM igs_ps_unit_ofr_opt

544: SELECT unit_cd,
545: cal_type,
546: version_number,
547: ci_sequence_number
548: FROM igs_ps_unit_ofr_opt
549: WHERE uoo_id = new_references.uoo_id;
550: BEGIN
551: set_column_values (
552: p_action,

Line 583: IGS_PS_UNIT_OFR_OPT table thru uoo_id */

579: x_final_mandatory_type_code,
580: x_final_weight_qty
581: );
582: /* Code written because cal_type and lv_unit_cd are not available in this field and being fetched from
583: IGS_PS_UNIT_OFR_OPT table thru uoo_id */
584: FOR i IN c1 LOOP
585: lv_unit_cd := i.unit_cd;
586: lv_cal_type := i.cal_type;
587: lv_version_number := i.version_number;