DBA Data[Home] [Help]

APPS.IGS_RU_GEN_006 dependencies on IGS_RU_DESCRIPTION_PKG

Line 187: IGS_RU_DESCRIPTION_PKG.Insert_Row(

183: THEN
184: --
185: -- insert IGS_RU_DESCRIPTION
186: --
187: IGS_RU_DESCRIPTION_PKG.Insert_Row(
188: x_rowid => v_rowid,
189: x_sequence_number => v_rud_sequence_number,
190: x_s_return_type => p_return_type,
191: x_rule_description => p_rule_description,

Line 205: IGS_RU_DESCRIPTION_PKG.Update_Row(

201: for Desc_Rec in Cur_Desc(v_rud_sequence_number) loop
202: Desc_Rec.s_return_type := p_return_type;
203: Desc_Rec.rule_description := p_rule_description;
204: Desc_Rec.description := p_description_text;
205: IGS_RU_DESCRIPTION_PKG.Update_Row(
206: x_rowid => Desc_Rec.rowid,
207: x_sequence_number => Desc_Rec.sequence_number,
208: x_s_return_type => Desc_Rec.s_return_type,
209: x_rule_description => Desc_Rec.rule_description,

Line 267: IGS_RU_DESCRIPTION_PKG.Update_Row(

263: END IF;
264:
265: for Desc_Rec in Cur_Desc(v_description_number) loop
266: Desc_Rec.s_turin_function := p_turing_function;
267: IGS_RU_DESCRIPTION_PKG.Update_Row(
268: x_rowid => Desc_Rec.rowid,
269: x_sequence_number => Desc_Rec.sequence_number,
270: x_s_return_type => Desc_Rec.s_return_type,
271: x_rule_description => Desc_Rec.rule_description,