DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_RU_GEN_002

Line 34: -- 3)Added an IF condition that checks if the function igs_ru_gen_002.rulp_ins_parser

30: -- added it to the insert row call of igs_ps_pat_study_unt_pkg
31: --jbegum 11-Sep-02 1)As part of bug#2563596 modified CURSOR us_req_refcd.
32: -- 2)Also added a for loop which inserts into the igs_ps_usec_ref_cd
33: -- all reference code records from old unit section to new unit section.
34: -- 3)Added an IF condition that checks if the function igs_ru_gen_002.rulp_ins_parser
35: -- returns a TRUE or FALSE.
36: -- 4)Modified the values being passed to the parameters in call to igs_ru_gen_002.rulp_ins_parser
37: --sarakshi 5-Jun-2002 bug#2332807, changes are mentioned in detail in the code, procedure crsp_ins_unit_section.
38: --smadathi 02-May-2002 Bug 2261649. The procedure crsp_ins_unit_section modified.

Line 36: -- 4)Modified the values being passed to the parameters in call to igs_ru_gen_002.rulp_ins_parser

32: -- 2)Also added a for loop which inserts into the igs_ps_usec_ref_cd
33: -- all reference code records from old unit section to new unit section.
34: -- 3)Added an IF condition that checks if the function igs_ru_gen_002.rulp_ins_parser
35: -- returns a TRUE or FALSE.
36: -- 4)Modified the values being passed to the parameters in call to igs_ru_gen_002.rulp_ins_parser
37: --sarakshi 5-Jun-2002 bug#2332807, changes are mentioned in detail in the code, procedure crsp_ins_unit_section.
38: --smadathi 02-May-2002 Bug 2261649. The procedure crsp_ins_unit_section modified.
39: --jbegum 19 April 02 As part of bug fix of bug #2322290 and bug#2250784
40: -- Removed the following 4 columns

Line 3730: -- Modified the values being passed to the parameters in call to igs_ru_gen_002.rulp_ins_parser

3726:
3727: lv_rule_unprocessed := NULL;
3728: ln_lov_number := NULL;
3729: -- As part of bug fix bug#2563596
3730: -- Modified the values being passed to the parameters in call to igs_ru_gen_002.rulp_ins_parser
3731: -- Passing value usec_pre_co_req_rule_rec.rule_text to parameter p_rule_processed instead of
3732: -- local variable lv_rule_processed.
3733:
3734:

Line 3735: x := igs_ru_gen_002.rulp_ins_parser (

3731: -- Passing value usec_pre_co_req_rule_rec.rule_text to parameter p_rule_processed instead of
3732: -- local variable lv_rule_processed.
3733:
3734:
3735: x := igs_ru_gen_002.rulp_ins_parser (
3736: p_group => usec_pre_co_req_rule_rec.select_group,
3737: p_return_type => usec_pre_co_req_rule_rec.s_return_type,
3738: p_rule_description => usec_pre_co_req_rule_rec.rule_description,
3739: p_rule_processed => usec_pre_co_req_rule_rec.rule_text,

Line 3750: -- Added an IF condition that checks if the function igs_ru_gen_002.rulp_ins_parser

3746: -- USE the returned SEQUENCE NUMBER FOR inserting the NEW RECORD FOR the
3747: -- NEW Unit section.
3748:
3749: -- As part of bug fix bug#2563596
3750: -- Added an IF condition that checks if the function igs_ru_gen_002.rulp_ins_parser
3751: -- returns a TRUE or FALSE.Only if it returns TRUE then insert into igs_ps_usec_ru
3752:
3753: IF x THEN
3754: igs_ps_usec_ru_pkg.insert_row (