DBA Data[Home] [Help]

APPS.IGS_UC_PROC_APPLICATION_DATA dependencies on IGS_UC_APP_CHOICES_PKG

Line 2358: igs_uc_app_choices_pkg.update_row(

2354: (new_ivstark_rec.withdrawn = 'W' AND
2355: cur_uc_app_choices_rec.decision = 'U' AND
2356: cur_uc_app_choices_rec.reply = 'F') THEN
2357:
2358: igs_uc_app_choices_pkg.update_row(
2359: x_rowid => cur_uc_app_choices_rec.rowid
2360: ,x_app_choice_id => cur_uc_app_choices_rec.app_choice_id
2361: ,x_app_id => cur_uc_app_choices_rec.app_id
2362: ,x_app_no => cur_uc_app_choices_rec.app_no

Line 2801: igs_uc_app_choices_pkg.insert_row -- IGSXI02B.pls

2797:
2798: BEGIN
2799:
2800: -- call the TBH to Insert new record
2801: igs_uc_app_choices_pkg.insert_row -- IGSXI02B.pls
2802: (
2803: x_rowid => old_starc_rec.rowid
2804: ,x_app_choice_id => l_app_choice_id
2805: ,x_app_id => get_appl_dets_rec.app_id

Line 2974: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls

2970: IF g_error_code IS NULL THEN
2971:
2972: BEGIN
2973: -- call the TBH to update the record
2974: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls
2975: (
2976: x_rowid => old_starc_9_rec.rowid
2977: ,x_app_choice_id => old_starc_9_rec.app_choice_id
2978: ,x_app_id => old_starc_9_rec.app_id

Line 3094: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls

3090: IF g_error_code IS NULL THEN
3091:
3092: BEGIN
3093: -- call the TBH to update the record
3094: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls
3095: (
3096: x_rowid => old_starc_rec.rowid
3097: ,x_app_choice_id => old_starc_rec.app_choice_id
3098: ,x_app_id => old_starc_rec.app_id

Line 3615: igs_uc_app_choices_pkg.insert_row -- IGSXI02B.pls

3611: IF g_error_code IS NULL THEN
3612:
3613: BEGIN
3614: -- call the TBH to Insert new record
3615: igs_uc_app_choices_pkg.insert_row -- IGSXI02B.pls
3616: (
3617: x_rowid => old_starg_rec.rowid
3618: ,x_app_choice_id => l_app_choice_id
3619: ,x_app_id => get_appl_dets_rec.app_id

Line 3783: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls

3779: IF g_error_code IS NULL THEN
3780:
3781: BEGIN
3782: -- call the TBH to update the record
3783: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls
3784: (
3785: x_rowid => old_starg_99_rec.rowid
3786: ,x_app_choice_id => old_starg_99_rec.app_choice_id
3787: ,x_app_id => old_starg_99_rec.app_id

Line 3901: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls

3897: IF g_error_code IS NULL THEN
3898:
3899: BEGIN
3900: -- call the TBH to update the record
3901: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls
3902: (
3903: x_rowid => old_starg_rec.rowid
3904: ,x_app_choice_id => old_starg_rec.app_choice_id
3905: ,x_app_id => old_starg_rec.app_id

Line 4930: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls

4926: ELSE /* Update the record */
4927:
4928: BEGIN
4929: -- call the TBH to update the record
4930: igs_uc_app_choices_pkg.update_row -- IGSXI02B.pls
4931: (
4932: x_rowid => old_offer_rec.rowid
4933: ,x_app_choice_id => old_offer_rec.app_choice_id
4934: ,x_app_id => old_offer_rec.app_id

Line 6099: igs_uc_app_choices_pkg.update_row

6095: END IF;
6096:
6097: BEGIN
6098: -- call the TBH to update the record
6099: igs_uc_app_choices_pkg.update_row
6100: (
6101: x_rowid => uc_app_choices_rec.rowid,
6102: x_app_choice_id => uc_app_choices_rec.app_choice_id,
6103: x_app_id => uc_app_choices_rec.app_id,