DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_RET_TYPES

Line 19: RET IN fa_ret_types.ret_struct,

15: |===========================================================================*/
16:
17:
18: Function faginfo(
19: RET IN fa_ret_types.ret_struct,
20: BK IN fa_ret_types.book_struct,
21: cpd_ctr IN NUMBER,
22: today IN DATE,
23: user_id IN NUMBER,

Line 20: BK IN fa_ret_types.book_struct,

16:
17:
18: Function faginfo(
19: RET IN fa_ret_types.ret_struct,
20: BK IN fa_ret_types.book_struct,
21: cpd_ctr IN NUMBER,
22: today IN DATE,
23: user_id IN NUMBER,
24: calling_module IN varchar,

Line 314: FUNCTION fagitc(ret in out nocopy fa_ret_types.ret_struct,

310: | 05/03/91 M Chan Modified for MPL 9 |
311: | 11/17/96 S Behura Converted into PL/SQL |
312: *===========================================================================*/
313:
314: FUNCTION fagitc(ret in out nocopy fa_ret_types.ret_struct,
315: bk in out nocopy fa_ret_types.book_struct,
316: cost_frac in number,
317: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) Return boolean IS
318:

Line 315: bk in out nocopy fa_ret_types.book_struct,

311: | 11/17/96 S Behura Converted into PL/SQL |
312: *===========================================================================*/
313:
314: FUNCTION fagitc(ret in out nocopy fa_ret_types.ret_struct,
315: bk in out nocopy fa_ret_types.book_struct,
316: cost_frac in number,
317: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) Return boolean IS
318:
319: no_recapture exception;

Line 433: FUNCTION fagurt(ret in out nocopy fa_ret_types.ret_struct,

429: | 05/03/91 M Chan Rewrote for MPL 9 |
430: | 12/30/96 S Behura Rewriting in PL/SQL |
431: *============================================================================*/
432:
433: FUNCTION fagurt(ret in out nocopy fa_ret_types.ret_struct,
434: bk in out nocopy fa_ret_types.book_struct,
435: cpd_ctr number,
436: dpr in out nocopy FA_STD_TYPES.dpr_struct,
437: cost_frac in number,

Line 434: bk in out nocopy fa_ret_types.book_struct,

430: | 12/30/96 S Behura Rewriting in PL/SQL |
431: *============================================================================*/
432:
433: FUNCTION fagurt(ret in out nocopy fa_ret_types.ret_struct,
434: bk in out nocopy fa_ret_types.book_struct,
435: cpd_ctr number,
436: dpr in out nocopy FA_STD_TYPES.dpr_struct,
437: cost_frac in number,
438: retpdnum in out nocopy number,

Line 1750: FUNCTION fagpct(ret in out nocopy fa_ret_types.ret_struct,

1746: | 12/31/96 S Behura Rewrote in PL/SQL |
1747: | |
1748: *============================================================================*/
1749:
1750: FUNCTION fagpct(ret in out nocopy fa_ret_types.ret_struct,
1751: bk in out nocopy fa_ret_types.book_struct,
1752: cpd_ctr number, today in date,
1753: user_id number,
1754: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) return boolean IS

Line 1751: bk in out nocopy fa_ret_types.book_struct,

1747: | |
1748: *============================================================================*/
1749:
1750: FUNCTION fagpct(ret in out nocopy fa_ret_types.ret_struct,
1751: bk in out nocopy fa_ret_types.book_struct,
1752: cpd_ctr number, today in date,
1753: user_id number,
1754: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) return boolean IS
1755:

Line 2027: ret in fa_ret_types.ret_struct,

2023: dpr in out nocopy FA_STD_TYPES.dpr_struct, p_cal in varchar2,
2024: pds_catchup number, depreciate_lastyr boolean,
2025: start_pp number, end_pp number,
2026: mrc_sob_type_code in varchar2,
2027: ret in fa_ret_types.ret_struct,
2028: bk in out nocopy fa_ret_types.book_struct,
2029: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) Return BOOLEAN IS
2030:
2031: farboe_err exception;

Line 2028: bk in out nocopy fa_ret_types.book_struct,

2024: pds_catchup number, depreciate_lastyr boolean,
2025: start_pp number, end_pp number,
2026: mrc_sob_type_code in varchar2,
2027: ret in fa_ret_types.ret_struct,
2028: bk in out nocopy fa_ret_types.book_struct,
2029: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null) Return BOOLEAN IS
2030:
2031: farboe_err exception;
2032:

Line 2038: dpr_detail fa_RET_TYPES.dpr_detail_struct;

2034: m integer;
2035: j integer;
2036: dpr_detail_counter number;
2037: dpr_detail_size number;
2038: dpr_detail fa_RET_TYPES.dpr_detail_struct;
2039: in_dpr_detail number;
2040: target_dpr_detail number;
2041: expand_array number;
2042: tot_backup_deprn number;

Line 2426: for m in 1.. FA_RET_TYPES.FA_DPR_DETAIL_SIZE loop

2422:
2423:
2424: expand_array := 2;
2425:
2426: for m in 1.. FA_RET_TYPES.FA_DPR_DETAIL_SIZE loop
2427:
2428: dpr_detail.dist_id(m) := 0;
2429: dpr_detail.ccid(m) := 0;
2430: dpr_detail.deprn_amount(m) := 0;

Line 2436: dpr_detail_size := FA_RET_TYPES.FA_DPR_DETAIL_SIZE;

2432: dpr_detail.annualized_adj(m) := 0;
2433:
2434: end loop;
2435:
2436: dpr_detail_size := FA_RET_TYPES.FA_DPR_DETAIL_SIZE;
2437: dpr_detail_counter := 1;
2438:
2439: --bug fix 3558253 and 3518604 start
2440:

Line 2746: (FA_RET_TYPES.FA_DPR_DETAIL_SIZE * expand_array) loop

2742:
2743: else
2744: if dpr_detail_counter = dpr_detail_size then
2745: for m in (dpr_detail_size + 1) ..
2746: (FA_RET_TYPES.FA_DPR_DETAIL_SIZE * expand_array) loop
2747:
2748: dpr_detail.dist_id(m) := 0;
2749: dpr_detail.ccid(m) := 0;
2750: dpr_detail.deprn_amount(m) := 0;

Line 2757: fa_RET_TYPES.FA_DPR_DETAIL_SIZE * expand_array;

2753:
2754: end loop; -- end of loop - for m
2755:
2756: dpr_detail_size :=
2757: fa_RET_TYPES.FA_DPR_DETAIL_SIZE * expand_array;
2758: expand_array := expand_array + 1;
2759: end if;
2760:
2761: dpr_detail.dist_id(dpr_detail_counter) := h_dist_id;

Line 3902: FUNCTION fagpdp(ret in out nocopy fa_ret_types.ret_struct,

3898: | 04/15/91 M Chan Rewritten for MPL 9 |
3899: | 01/02/96 S Behura Rewritten into PL/SQL |
3900: *===========================================================================*/
3901:
3902: FUNCTION fagpdp(ret in out nocopy fa_ret_types.ret_struct,
3903: bk in out nocopy fa_ret_types.book_struct,
3904: dpr in out nocopy FA_STD_TYPES.dpr_struct,
3905: today in date, pds_catchup number,
3906: cpd_ctr number, cpdnum number,

Line 3903: bk in out nocopy fa_ret_types.book_struct,

3899: | 01/02/96 S Behura Rewritten into PL/SQL |
3900: *===========================================================================*/
3901:
3902: FUNCTION fagpdp(ret in out nocopy fa_ret_types.ret_struct,
3903: bk in out nocopy fa_ret_types.book_struct,
3904: dpr in out nocopy FA_STD_TYPES.dpr_struct,
3905: today in date, pds_catchup number,
3906: cpd_ctr number, cpdnum number,
3907: cost_frac in number, deprn_amt in out nocopy number,

Line 4787: FUNCTION fagprv(ret in out nocopy fa_ret_types.ret_struct,

4783: | 01/03/96 S Behura Rewrote using PL/SQL |
4784: | |
4785: *============================================================================*/
4786:
4787: FUNCTION fagprv(ret in out nocopy fa_ret_types.ret_struct,
4788: bk in out nocopy fa_ret_types.book_struct,
4789: cpd_ctr number, cost_frac in number,
4790: today in date, user_id number,
4791: deprn_amt in out nocopy number, reval_deprn_amt in out number,

Line 4788: bk in out nocopy fa_ret_types.book_struct,

4784: | |
4785: *============================================================================*/
4786:
4787: FUNCTION fagprv(ret in out nocopy fa_ret_types.ret_struct,
4788: bk in out nocopy fa_ret_types.book_struct,
4789: cpd_ctr number, cost_frac in number,
4790: today in date, user_id number,
4791: deprn_amt in out nocopy number, reval_deprn_amt in out number,
4792: reval_amort in out nocopy number, deprn_reserve in out number,

Line 5609: --Bug7713533: Populate fa_ret_types.ret_struct with reserve(/rsv)_retired

5605: adj_row.adjustment_amount := nvl(l_rsv_retired, ret.rsv_retired);
5606:
5607: end if;
5608:
5609: --Bug7713533: Populate fa_ret_types.ret_struct with reserve(/rsv)_retired
5610: ret.rsv_retired := adj_row.adjustment_amount;
5611: ret.reserve_retired := adj_row.adjustment_amount;
5612: --Bug7713533 ends here
5613: