DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on FA_RET_TYPES

Line 65: RET IN fa_ret_types.ret_struct,

61: cost fa_adjustments.adjustment_amount%type);
62: type tbl_final_adj is table of typ_adj_rec index by binary_integer;
63:
64: function process_adj_table(p_mode IN VARCHAR2,
65: RET IN fa_ret_types.ret_struct,
66: BK IN fa_ret_types.book_struct,
67: p_tbl_adj IN OUT NOCOPY tbl_adj,
68: p_tbl_ret IN OUT NOCOPY tbl_ret,
69: p_tbl_cost_ret IN OUT NOCOPY tbl_cost_ret,

Line 66: BK IN fa_ret_types.book_struct,

62: type tbl_final_adj is table of typ_adj_rec index by binary_integer;
63:
64: function process_adj_table(p_mode IN VARCHAR2,
65: RET IN fa_ret_types.ret_struct,
66: BK IN fa_ret_types.book_struct,
67: p_tbl_adj IN OUT NOCOPY tbl_adj,
68: p_tbl_ret IN OUT NOCOPY tbl_ret,
69: p_tbl_cost_ret IN OUT NOCOPY tbl_cost_ret,
70: p_tbl_adj_final IN OUT NOCOPY tbl_final_adj, p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean;

Line 86: RET IN OUT NOCOPY fa_ret_types.ret_struct,

82: |
83: |==========================================================================*/
84:
85: Function FAGIAR(
86: RET IN OUT NOCOPY fa_ret_types.ret_struct,
87: BK IN OUT NOCOPY fa_ret_types.book_struct,
88: cpd_ctr IN number,
89: user_id IN number,
90: today IN date

Line 87: BK IN OUT NOCOPY fa_ret_types.book_struct,

83: |==========================================================================*/
84:
85: Function FAGIAR(
86: RET IN OUT NOCOPY fa_ret_types.ret_struct,
87: BK IN OUT NOCOPY fa_ret_types.book_struct,
88: cpd_ctr IN number,
89: user_id IN number,
90: today IN date
91: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS

Line 429: RET IN OUT NOCOPY fa_ret_types.ret_struct,

425: *======================================================================*/
426:
427:
428: Function FAGTAX(
429: RET IN OUT NOCOPY fa_ret_types.ret_struct,
430: BK IN OUT NOCOPY fa_ret_types.book_struct,
431: today IN date
432: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS
433:

Line 430: BK IN OUT NOCOPY fa_ret_types.book_struct,

426:
427:
428: Function FAGTAX(
429: RET IN OUT NOCOPY fa_ret_types.ret_struct,
430: BK IN OUT NOCOPY fa_ret_types.book_struct,
431: today IN date
432: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS
433:
434: adj_row fa_adjust_type_pkg.fa_adj_row_struct;

Line 1371: RET IN OUT NOCOPY fa_ret_types.ret_struct,

1367: |==============================================================*/
1368:
1369:
1370: FUNCTION FAGIAT(
1371: RET IN OUT NOCOPY fa_ret_types.ret_struct,
1372: user_id IN number,
1373: cpd_ctr in number,
1374: today IN date,
1375: p_asset_fin_rec_new FA_API_TYPES.asset_fin_rec_type

Line 2660: RET IN OUT NOCOPY fa_ret_types.ret_struct,

2656: |===========================================================================*/
2657:
2658:
2659: Function FAGICT(
2660: RET IN OUT NOCOPY fa_ret_types.ret_struct,
2661: BK IN OUT NOCOPY fa_ret_types.book_struct,
2662: cpd_ctr IN NUMBER,
2663: today IN DATE,
2664: user_id IN NUMBER

Line 2661: BK IN OUT NOCOPY fa_ret_types.book_struct,

2657:
2658:
2659: Function FAGICT(
2660: RET IN OUT NOCOPY fa_ret_types.ret_struct,
2661: BK IN OUT NOCOPY fa_ret_types.book_struct,
2662: cpd_ctr IN NUMBER,
2663: today IN DATE,
2664: user_id IN NUMBER
2665: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS

Line 2992: RET IN OUT NOCOPY fa_ret_types.ret_struct,

2988: | |
2989: |===========================================================================*/
2990:
2991: FUNCTION FAGIAV(
2992: RET IN OUT NOCOPY fa_ret_types.ret_struct,
2993: BK IN OUT NOCOPY fa_ret_types.book_struct,
2994: cpd_ctr IN number,
2995: today IN DATE,
2996: user_id IN NUMBER

Line 2993: BK IN OUT NOCOPY fa_ret_types.book_struct,

2989: |===========================================================================*/
2990:
2991: FUNCTION FAGIAV(
2992: RET IN OUT NOCOPY fa_ret_types.ret_struct,
2993: BK IN OUT NOCOPY fa_ret_types.book_struct,
2994: cpd_ctr IN number,
2995: today IN DATE,
2996: user_id IN NUMBER
2997: , p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean IS

Line 3505: RET IN OUT NOCOPY fa_ret_types.ret_struct,

3501: | History Jacob John 1/29/97 Created
3502: |=======================================================================*/
3503:
3504: Function FARAJE(
3505: RET IN OUT NOCOPY fa_ret_types.ret_struct,
3506: BK IN OUT NOCOPY fa_ret_types.book_struct,
3507: expense_amount IN NUMBER,
3508: adj_type IN VARCHAR2,
3509: cpd_ctr IN NUMBER,

Line 3506: BK IN OUT NOCOPY fa_ret_types.book_struct,

3502: |=======================================================================*/
3503:
3504: Function FARAJE(
3505: RET IN OUT NOCOPY fa_ret_types.ret_struct,
3506: BK IN OUT NOCOPY fa_ret_types.book_struct,
3507: expense_amount IN NUMBER,
3508: adj_type IN VARCHAR2,
3509: cpd_ctr IN NUMBER,
3510: today IN date,

Line 4294: RET IN OUT NOCOPY fa_ret_types.ret_struct,

4290: | History Jacob John 1/29/97 Created
4291: |=========================================================================*/
4292:
4293: Function FAGIDN(
4294: RET IN OUT NOCOPY fa_ret_types.ret_struct,
4295: BK IN OUT NOCOPY fa_ret_types.book_struct,
4296: deprn_amount IN number,
4297: bonus_deprn_amount IN number,
4298: impairment_amount IN number,

Line 4295: BK IN OUT NOCOPY fa_ret_types.book_struct,

4291: |=========================================================================*/
4292:
4293: Function FAGIDN(
4294: RET IN OUT NOCOPY fa_ret_types.ret_struct,
4295: BK IN OUT NOCOPY fa_ret_types.book_struct,
4296: deprn_amount IN number,
4297: bonus_deprn_amount IN number,
4298: impairment_amount IN number,
4299: reval_deprn_amt IN number,

Line 4396: RET IN OUT NOCOPY fa_ret_types.ret_struct,

4392: | History Jacob John 1/29/97 Created
4393: |============================================================================*/
4394:
4395: Function FAGIRV(
4396: RET IN OUT NOCOPY fa_ret_types.ret_struct,
4397: startpd IN OUT NOCOPY number,
4398: rsv IN OUT NOCOPY number,
4399: bonus_rsv in out nocopy number,
4400: impairment_rsv in out nocopy number,

Line 4764: RET IN OUT NOCOPY fa_ret_types.ret_struct,

4760: |===========================================================================*/
4761:
4762:
4763: Function FAGICT_ADJ(
4764: RET IN OUT NOCOPY fa_ret_types.ret_struct,
4765: BK IN OUT NOCOPY fa_ret_types.book_struct,
4766: cpd_ctr IN NUMBER,
4767: today IN DATE,
4768: user_id IN NUMBER,

Line 4765: BK IN OUT NOCOPY fa_ret_types.book_struct,

4761:
4762:
4763: Function FAGICT_ADJ(
4764: RET IN OUT NOCOPY fa_ret_types.ret_struct,
4765: BK IN OUT NOCOPY fa_ret_types.book_struct,
4766: cpd_ctr IN NUMBER,
4767: today IN DATE,
4768: user_id IN NUMBER,
4769: p_asset_fin_rec_new FA_API_TYPES.asset_fin_rec_type

Line 5064: RET IN OUT NOCOPY fa_ret_types.ret_struct,

5060: | |
5061: |============================================================================*/
5062:
5063: Function FAGRIN(
5064: RET IN OUT NOCOPY fa_ret_types.ret_struct,
5065: BK IN OUT NOCOPY fa_ret_types.book_struct,
5066: DPR IN OUT NOCOPY fa_std_types.dpr_struct,
5067: today IN DATE,
5068: cpd_ctr IN NUMBER,

Line 5065: BK IN OUT NOCOPY fa_ret_types.book_struct,

5061: |============================================================================*/
5062:
5063: Function FAGRIN(
5064: RET IN OUT NOCOPY fa_ret_types.ret_struct,
5065: BK IN OUT NOCOPY fa_ret_types.book_struct,
5066: DPR IN OUT NOCOPY fa_std_types.dpr_struct,
5067: today IN DATE,
5068: cpd_ctr IN NUMBER,
5069: cpdnum IN NUMBER,

Line 5727: function process_adj_table(p_mode IN VARCHAR2, RET IN fa_ret_types.ret_struct,

5723:
5724: END; -- fagrin
5725:
5726: /* Added for bug 7396397 */
5727: function process_adj_table(p_mode IN VARCHAR2, RET IN fa_ret_types.ret_struct,
5728: BK IN fa_ret_types.book_struct,
5729: p_tbl_adj IN OUT NOCOPY tbl_adj,
5730: p_tbl_ret IN OUT NOCOPY tbl_ret,
5731: p_tbl_cost_ret IN OUT NOCOPY tbl_cost_ret,

Line 5728: BK IN fa_ret_types.book_struct,

5724: END; -- fagrin
5725:
5726: /* Added for bug 7396397 */
5727: function process_adj_table(p_mode IN VARCHAR2, RET IN fa_ret_types.ret_struct,
5728: BK IN fa_ret_types.book_struct,
5729: p_tbl_adj IN OUT NOCOPY tbl_adj,
5730: p_tbl_ret IN OUT NOCOPY tbl_ret,
5731: p_tbl_cost_ret IN OUT NOCOPY tbl_cost_ret,
5732: p_tbl_adj_final IN OUT NOCOPY tbl_final_adj, p_log_level_rec IN FA_API_TYPES.log_level_rec_type) return boolean is

Line 6174: RET IN OUT NOCOPY fa_ret_types.ret_struct,

6170: end process_adj_table;
6171: /*Bug13727632 - Added new function to move reval reserve from old to new distributions
6172: when reinstated full retirement and retire_reval_reserve_flag is NO */
6173: Function FAGIAVRR(
6174: RET IN OUT NOCOPY fa_ret_types.ret_struct,
6175: BK IN OUT NOCOPY fa_ret_types.book_struct,
6176: reval_reserve IN number,
6177: cpd_ctr IN number,
6178: today IN date,

Line 6175: BK IN OUT NOCOPY fa_ret_types.book_struct,

6171: /*Bug13727632 - Added new function to move reval reserve from old to new distributions
6172: when reinstated full retirement and retire_reval_reserve_flag is NO */
6173: Function FAGIAVRR(
6174: RET IN OUT NOCOPY fa_ret_types.ret_struct,
6175: BK IN OUT NOCOPY fa_ret_types.book_struct,
6176: reval_reserve IN number,
6177: cpd_ctr IN number,
6178: today IN date,
6179: user_id IN number,