DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_WRAPPER dependencies on IGI_IAC_REVAL_CRUD

Line 52: IF NOT IGI_IAC_REVAL_CRUD.crud_iac_tables

48: fp_reval_output_asset := L_Reval_params.reval_output_asset;
49:
50: /* call the apis to create/update records in db (first set) */
51: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'CRUD for the first set of calculations.');
52: IF NOT IGI_IAC_REVAL_CRUD.crud_iac_tables
53: ( fp_reval_params => L_Reval_params
54: , fp_second_set => false
55: )
56: THEN

Line 84: IF NOT IGI_IAC_REVAL_CRUD.crud_iac_tables

80: END IF;
81: fp_reval_output_asset := L_Reval_params2.reval_output_asset;
82: /* call the apis to create/update records in db (second set) */
83: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'CRUD for the second set of calculations');
84: IF NOT IGI_IAC_REVAL_CRUD.crud_iac_tables
85: ( fp_reval_params => L_Reval_params2
86: , fp_second_set => true
87: )
88: THEN

Line 114: IF NOT IGI_IAC_REVAL_CRUD.create_exceptions

110:
111: idx := fp_reval_exceptions.FIRST;
112: while idx <= fp_reval_exceptions.LAST loop
113: l_exception_line := fp_reval_exceptions( idx) ;
114: IF NOT IGI_IAC_REVAL_CRUD.create_exceptions
115: ( fp_reval_exceptions => l_exception_line
116: , fp_revaluation_id => fp_revaluation_id
117: )
118: THEN