DBA Data[Home] [Help]

APPS.PQH_SEED_BEN_CRITERIA dependencies on BEN_ELIGY_CRITERIA_S

Line 88: update ben_eligy_criteria set

84: close csr_fvs;
85:
86: if l_eligy_criteria_id is not null then
87: --
88: update ben_eligy_criteria set
89: name = p_name,
90: description = p_description,
91: crit_col1_val_type_cd = p_crit_col1_val_type_cd,
92: crit_col1_datatype = p_crit_col1_datatype,

Line 118: update ben_eligy_criteria set

114: -- Update any BG specific rows that were created.
115: --
116: For bg_crit_rec in csr_bg_bec loop
117: --
118: update ben_eligy_criteria set
119: name = p_name,
120: description = p_description,
121: crit_col1_val_type_cd = p_crit_col1_val_type_cd,
122: crit_col1_datatype = p_crit_col1_datatype,

Line 180: ben_eligy_criteria_s.nextval,

176: object_version_number
177: )
178: values
179: (
180: ben_eligy_criteria_s.nextval,
181: p_short_code,
182: p_name,
183: p_description,
184: p_crit_col1_val_type_cd,