DBA Data[Home] [Help]

APPS.FA_GROUP_RETIREMENT_PVT dependencies on FA_API_TYPES

Line 4: FUNCTION DO_RETIREMENT(p_trans_rec IN FA_API_TYPES.trans_rec_type,

1: PACKAGE FA_GROUP_RETIREMENT_PVT as
2: /* $Header: FAVGRETS.pls 120.2 2005/06/24 19:09:03 bridgway noship $ */
3:
4: FUNCTION DO_RETIREMENT(p_trans_rec IN FA_API_TYPES.trans_rec_type,
5: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

Line 5: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,

1: PACKAGE FA_GROUP_RETIREMENT_PVT as
2: /* $Header: FAVGRETS.pls 120.2 2005/06/24 19:09:03 bridgway noship $ */
3:
4: FUNCTION DO_RETIREMENT(p_trans_rec IN FA_API_TYPES.trans_rec_type,
5: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
9: p_period_rec IN FA_API_TYPES.period_rec_type,

Line 6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,

2: /* $Header: FAVGRETS.pls 120.2 2005/06/24 19:09:03 bridgway noship $ */
3:
4: FUNCTION DO_RETIREMENT(p_trans_rec IN FA_API_TYPES.trans_rec_type,
5: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
9: p_period_rec IN FA_API_TYPES.period_rec_type,
10: p_inv_trans_rec IN FA_API_TYPES.inv_trans_rec_type,

Line 7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,

3:
4: FUNCTION DO_RETIREMENT(p_trans_rec IN FA_API_TYPES.trans_rec_type,
5: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
9: p_period_rec IN FA_API_TYPES.period_rec_type,
10: p_inv_trans_rec IN FA_API_TYPES.inv_trans_rec_type,
11: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,

Line 8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

4: FUNCTION DO_RETIREMENT(p_trans_rec IN FA_API_TYPES.trans_rec_type,
5: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
9: p_period_rec IN FA_API_TYPES.period_rec_type,
10: p_inv_trans_rec IN FA_API_TYPES.inv_trans_rec_type,
11: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
12: p_bk_rowid IN ROWID,

Line 9: p_period_rec IN FA_API_TYPES.period_rec_type,

5: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
9: p_period_rec IN FA_API_TYPES.period_rec_type,
10: p_inv_trans_rec IN FA_API_TYPES.inv_trans_rec_type,
11: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
12: p_bk_rowid IN ROWID,
13: p_mrc_sob_type_code IN VARCHAR2,

Line 10: p_inv_trans_rec IN FA_API_TYPES.inv_trans_rec_type,

6: p_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
9: p_period_rec IN FA_API_TYPES.period_rec_type,
10: p_inv_trans_rec IN FA_API_TYPES.inv_trans_rec_type,
11: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
12: p_bk_rowid IN ROWID,
13: p_mrc_sob_type_code IN VARCHAR2,
14: p_calling_fn IN VARCHAR2,

Line 11: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,

7: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
8: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
9: p_period_rec IN FA_API_TYPES.period_rec_type,
10: p_inv_trans_rec IN FA_API_TYPES.inv_trans_rec_type,
11: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
12: p_bk_rowid IN ROWID,
13: p_mrc_sob_type_code IN VARCHAR2,
14: p_calling_fn IN VARCHAR2,
15: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)

Line 15: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)

11: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
12: p_bk_rowid IN ROWID,
13: p_mrc_sob_type_code IN VARCHAR2,
14: p_calling_fn IN VARCHAR2,
15: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
16: return boolean;
17:
18: FUNCTION UNDO_RETIREMENT(p_transaction_header_id IN NUMBER,
19: p_set_of_books_id IN NUMBER,

Line 22: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)

18: FUNCTION UNDO_RETIREMENT(p_transaction_header_id IN NUMBER,
19: p_set_of_books_id IN NUMBER,
20: p_mrc_sob_type_code IN VARCHAR2,
21: p_calling_fn IN VARCHAR2,
22: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
23: return boolean;
24:
25: FUNCTION DO_REINSTATEMENT(
26: px_trans_rec IN FA_API_TYPES.trans_rec_type,

Line 26: px_trans_rec IN FA_API_TYPES.trans_rec_type,

22: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
23: return boolean;
24:
25: FUNCTION DO_REINSTATEMENT(
26: px_trans_rec IN FA_API_TYPES.trans_rec_type,
27: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

Line 27: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,

23: return boolean;
24:
25: FUNCTION DO_REINSTATEMENT(
26: px_trans_rec IN FA_API_TYPES.trans_rec_type,
27: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
31: p_period_rec IN FA_API_TYPES.period_rec_type,

Line 28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,

24:
25: FUNCTION DO_REINSTATEMENT(
26: px_trans_rec IN FA_API_TYPES.trans_rec_type,
27: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
31: p_period_rec IN FA_API_TYPES.period_rec_type,
32: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,

Line 29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,

25: FUNCTION DO_REINSTATEMENT(
26: px_trans_rec IN FA_API_TYPES.trans_rec_type,
27: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
31: p_period_rec IN FA_API_TYPES.period_rec_type,
32: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
33: p_mrc_sob_type_code IN VARCHAR2,

Line 30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

26: px_trans_rec IN FA_API_TYPES.trans_rec_type,
27: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
31: p_period_rec IN FA_API_TYPES.period_rec_type,
32: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
33: p_mrc_sob_type_code IN VARCHAR2,
34: p_calling_fn IN VARCHAR2,

Line 31: p_period_rec IN FA_API_TYPES.period_rec_type,

27: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
31: p_period_rec IN FA_API_TYPES.period_rec_type,
32: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
33: p_mrc_sob_type_code IN VARCHAR2,
34: p_calling_fn IN VARCHAR2,
35: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)

Line 32: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,

28: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
29: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
30: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
31: p_period_rec IN FA_API_TYPES.period_rec_type,
32: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
33: p_mrc_sob_type_code IN VARCHAR2,
34: p_calling_fn IN VARCHAR2,
35: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
36: return boolean;

Line 35: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)

31: p_period_rec IN FA_API_TYPES.period_rec_type,
32: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
33: p_mrc_sob_type_code IN VARCHAR2,
34: p_calling_fn IN VARCHAR2,
35: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
36: return boolean;
37:
38: FUNCTION UNDO_REINSTATEMENT(
39: p_transaction_header_id IN NUMBER,

Line 43: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)

39: p_transaction_header_id IN NUMBER,
40: p_set_of_books_id IN NUMBER,
41: p_mrc_sob_type_code IN VARCHAR2,
42: p_calling_fn IN VARCHAR2,
43: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
44: return boolean;
45:
46: END FA_GROUP_RETIREMENT_PVT;