DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_INIT_CONTROL dependencies on IGI_IAC_TYPES

Line 21: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type

17: , fp_book_type_code in varchar2
18: , fp_revaluation_id in number
19: , fp_revaluation_mode in varchar2
20: , fp_period_counter in number
21: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type
22: )
23: return boolean is
24: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;
25: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;

Line 24: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;

20: , fp_period_counter in number
21: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type
22: )
23: return boolean is
24: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;
25: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;
26: l_path varchar2(100) := g_path||'init_control_for_srs';
27:
28: begin

Line 25: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;

21: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type
22: )
23: return boolean is
24: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;
25: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;
26: l_path varchar2(100) := g_path||'init_control_for_srs';
27:
28: begin
29: l_reval_control_type.commit_flag := TRUE;

Line 54: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type

50: , fp_book_type_code in varchar2
51: , fp_revaluation_id in number
52: , fp_revaluation_mode in varchar2
53: , fp_period_counter in number
54: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type
55: )
56: return boolean is
57: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;
58: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;

Line 57: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;

53: , fp_period_counter in number
54: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type
55: )
56: return boolean is
57: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;
58: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;
59: l_path varchar2(100) := g_path||'init_control_for_calc';
60: begin
61: l_reval_control_type.commit_flag := FALSE;

Line 58: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;

54: , fp_iac_reval_control_type out NOCOPY IGI_IAC_TYPES.iac_reval_control_type
55: )
56: return boolean is
57: l_reval_control_type IGI_IAC_TYPES.iac_reval_control_type;
58: fp_iac_reval_control_type_old IGI_IAC_TYPES.iac_reval_control_type;
59: l_path varchar2(100) := g_path||'init_control_for_calc';
60: begin
61: l_reval_control_type.commit_flag := FALSE;
62: l_reval_control_type.print_report := FALSE;