DBA Data[Home] [Help]

APPS.IGS_RU_GEN_004 dependencies on IGS_RU_GEN_006

Line 27: -- procedure in Igs_ru_gen_006.Rulp_Ins_Make_Rule

23: --
24: --Change History:
25: --Who When What
26: --nsinha 12-Mar-2002 Bug# 2233951: Moved the content of this
27: -- procedure in Igs_ru_gen_006.Rulp_Ins_Make_Rule
28: -- and called it from there.
29: --
30: -------------------------------------------------------------------
31: BEGIN

Line 32: Igs_ru_gen_006.Rulp_Ins_Make_Rule (

28: -- and called it from there.
29: --
30: -------------------------------------------------------------------
31: BEGIN
32: Igs_ru_gen_006.Rulp_Ins_Make_Rule (
33: p_description_number,
34: p_return_type,
35: p_rule_description,
36: p_turing_function,

Line 338: -- function in Igs_ru_gen_006.Rulp_Val_Desc_Rgi

334: --
335: --Change History:
336: --Who When What
337: --nsinha 12-Mar-2002 Bug# 2233951: Moved the content of this
338: -- function in Igs_ru_gen_006.Rulp_Val_Desc_Rgi
339: -- and called it from there.
340: --
341: -------------------------------------------------------------------
342: v_description igs_ru_description.rule_description%TYPE;

Line 345: v_description := Igs_ru_gen_006.Rulp_Val_Desc_Rgi(

341: -------------------------------------------------------------------
342: v_description igs_ru_description.rule_description%TYPE;
343: l_message_name VARCHAR2(255);
344: BEGIN
345: v_description := Igs_ru_gen_006.Rulp_Val_Desc_Rgi(
346: p_description_number,
347: p_description_type,
348: l_message_name);
349: IF l_message_name IS NOT NULL THEN