DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on FA_API_TYPES

Line 1815: l_fa_trans_rec FA_API_TYPES.trans_rec_type;

1811: IS
1812:
1813: l_distribution_id number;
1814:
1815: l_fa_trans_rec FA_API_TYPES.trans_rec_type;
1816: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
1817: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
1818:
1819: l_error_message varchar2(2000);

Line 1816: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;

1812:
1813: l_distribution_id number;
1814:
1815: l_fa_trans_rec FA_API_TYPES.trans_rec_type;
1816: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
1817: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
1818:
1819: l_error_message varchar2(2000);
1820: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;

Line 1817: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;

1813: l_distribution_id number;
1814:
1815: l_fa_trans_rec FA_API_TYPES.trans_rec_type;
1816: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
1817: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
1818:
1819: l_error_message varchar2(2000);
1820: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
1821: l_msg_data varchar2(2000);