DBA Data[Home] [Help]

APPS.IGF_AP_APPL_SETUP_PKG dependencies on IGF_AW_GEN

Line 450: || vvutukur 16-feb-2002 removed l_org_id portion and passed igf_aw_gen.get_org_id to before_dml.

446: || Purpose : Handles the INSERT DML logic for the table.
447: || Known limitations, enhancements or remarks :
448: || Change History :
449: || Who When What
450: || vvutukur 16-feb-2002 removed l_org_id portion and passed igf_aw_gen.get_org_id to before_dml.
451: || Who When What
452: || (reverse chronological order - newest change first)
453: */
454: CURSOR c IS

Line 494: x_org_id => igf_aw_gen.get_org_id,

490: x_rowid => x_rowid,
491: x_question_id => x_question_id,
492: x_question => x_question,
493: x_enabled => NVL (x_enabled,'Y' ),
494: x_org_id => igf_aw_gen.get_org_id,
495: x_ci_cal_type => x_ci_cal_type,
496: x_ci_sequence_number => x_ci_sequence_number,
497: x_creation_date => x_last_update_date,
498: x_created_by => x_last_updated_by,

Line 735: || vvutukur 16-feb-2002 passed igf_aw_gen.get_org_id in call to up before_dml call.bug:2222272.

731: || Purpose : Handles the UPDATE DML logic for the table.
732: || Known limitations, enhancements or remarks :
733: || Change History :
734: || Who When What
735: || vvutukur 16-feb-2002 passed igf_aw_gen.get_org_id in call to up before_dml call.bug:2222272.
736: || (reverse chronological order - newest change first)
737: */
738: x_last_update_date DATE ;
739: x_last_updated_by NUMBER;

Line 770: x_org_id => igf_aw_gen.get_org_id,

766: x_rowid => x_rowid,
767: x_question_id => x_question_id,
768: x_question => x_question,
769: x_enabled => NVL (x_enabled,'Y' ),
770: x_org_id => igf_aw_gen.get_org_id,
771: x_ci_cal_type => x_ci_cal_type,
772: x_ci_sequence_number => x_ci_sequence_number,
773: x_creation_date => x_last_update_date,
774: x_created_by => x_last_updated_by,