DBA Data[Home] [Help]

APPS.FA_CSE_CALLOUTS_PVT dependencies on CSE_FA_INTEGRATION_GRP

Line 8: return cse_fa_integration_grp.is_oat_enabled;

4: FUNCTION is_oat_enabled RETURN BOOLEAN IS
5:
6: BEGIN
7:
8: return cse_fa_integration_grp.is_oat_enabled;
9:
10: END is_oat_enabled;
11:
12: FUNCTION addition(

Line 24: cse_fa_integration_grp.addition (

20:
21: BEGIN
22:
23: return
24: cse_fa_integration_grp.addition (
25: p_trans_rec => p_trans_rec,
26: p_asset_hdr_rec => p_asset_hdr_rec,
27: p_asset_desc_rec => p_asset_desc_rec,
28: p_asset_fin_rec => p_asset_fin_rec,

Line 44: cse_fa_integration_grp.unit_adjustment (

40:
41: BEGIN
42:
43: return
44: cse_fa_integration_grp.unit_adjustment (
45: p_trans_rec => p_trans_rec,
46: p_asset_hdr_rec => p_asset_hdr_rec,
47: p_asset_dist_tbl => p_asset_dist_tbl);
48:

Line 62: cse_fa_integration_grp.adjustment (

58:
59: BEGIN
60:
61: return
62: cse_fa_integration_grp.adjustment (
63: p_trans_rec => p_trans_rec,
64: p_asset_hdr_rec => p_asset_hdr_rec,
65: p_asset_fin_rec_adj => p_asset_fin_rec_adj,
66: p_inv_tbl => p_inv_tbl);

Line 80: cse_fa_integration_grp.transfer (

76:
77: BEGIN
78:
79: return
80: cse_fa_integration_grp.transfer (
81: p_trans_rec => p_trans_rec,
82: p_asset_hdr_rec => p_asset_hdr_rec,
83: p_asset_dist_tbl => p_asset_dist_tbl);
84:

Line 100: cse_fa_integration_grp.retire (

96:
97: BEGIN
98:
99: return
100: cse_fa_integration_grp.retire (
101: p_asset_id => p_asset_id,
102: p_book_type_code => p_book_type_code,
103: p_retirement_id => p_retirement_id,
104: p_retirement_date => p_retirement_date,

Line 121: cse_fa_integration_grp.reinstate (

117:
118: BEGIN
119:
120: return
121: cse_fa_integration_grp.reinstate (
122: p_asset_id => p_asset_id,
123: p_book_type_code => p_book_type_code,
124: p_retirement_id => p_retirement_id,
125: p_reinstatement_date => p_reinstatement_date,