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 AUTHID CURRENT_USER as
2: /* $Header: FAVGRETS.pls 120.3 2009/03/27 00:08:18 bridgway ship $ */
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 AUTHID CURRENT_USER as
2: /* $Header: FAVGRETS.pls 120.3 2009/03/27 00:08:18 bridgway ship $ */
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.3 2009/03/27 00:08:18 bridgway ship $ */
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, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

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, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
15: return boolean;

Line 14: p_calling_fn IN VARCHAR2, p_log_level_rec IN FA_API_TYPES.log_level_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, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
15: return boolean;
16:
17: FUNCTION UNDO_RETIREMENT(p_transaction_header_id IN NUMBER,
18: p_set_of_books_id IN NUMBER,

Line 20: p_calling_fn IN VARCHAR2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

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

Line 24: px_trans_rec IN FA_API_TYPES.trans_rec_type,

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

Line 25: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,

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

Line 26: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,

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

Line 27: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,

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

Line 28: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,

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

Line 29: p_period_rec IN FA_API_TYPES.period_rec_type,

25: p_asset_retire_rec IN FA_API_TYPES.asset_retire_rec_type,
26: px_asset_hdr_rec IN FA_API_TYPES.asset_hdr_rec_type,
27: px_asset_fin_rec IN OUT NOCOPY FA_API_TYPES.asset_fin_rec_type,
28: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
29: p_period_rec IN FA_API_TYPES.period_rec_type,
30: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
31: p_mrc_sob_type_code IN VARCHAR2,
32: p_calling_fn IN VARCHAR2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
33: return boolean;

Line 30: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,

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

Line 32: p_calling_fn IN VARCHAR2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

28: p_asset_desc_rec IN FA_API_TYPES.asset_desc_rec_type,
29: p_period_rec IN FA_API_TYPES.period_rec_type,
30: p_inv_tbl IN FA_API_TYPES.inv_tbl_type,
31: p_mrc_sob_type_code IN VARCHAR2,
32: p_calling_fn IN VARCHAR2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
33: return boolean;
34:
35: FUNCTION UNDO_REINSTATEMENT(
36: p_transaction_header_id IN NUMBER,

Line 39: p_calling_fn IN VARCHAR2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)

35: FUNCTION UNDO_REINSTATEMENT(
36: p_transaction_header_id IN NUMBER,
37: p_set_of_books_id IN NUMBER,
38: p_mrc_sob_type_code IN VARCHAR2,
39: p_calling_fn IN VARCHAR2, p_log_level_rec IN FA_API_TYPES.log_level_rec_type)
40: return boolean;
41:
42: END FA_GROUP_RETIREMENT_PVT;