DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on FA_API_TYPES

Line 1924: l_fa_trans_rec FA_API_TYPES.trans_rec_type;

1920: IS
1921:
1922: l_distribution_id number;
1923:
1924: l_fa_trans_rec FA_API_TYPES.trans_rec_type;
1925: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
1926: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
1927:
1928: l_error_message varchar2(2000);

Line 1925: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;

1921:
1922: l_distribution_id number;
1923:
1924: l_fa_trans_rec FA_API_TYPES.trans_rec_type;
1925: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
1926: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
1927:
1928: l_error_message varchar2(2000);
1929: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;

Line 1926: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;

1922: l_distribution_id number;
1923:
1924: l_fa_trans_rec FA_API_TYPES.trans_rec_type;
1925: l_fa_hdr_rec FA_API_TYPES.asset_hdr_rec_type;
1926: l_fa_dist_tbl FA_API_TYPES.asset_dist_tbl_type;
1927:
1928: l_error_message varchar2(2000);
1929: l_return_status varchar2(1) := fnd_api.g_ret_sts_success;
1930: l_msg_data varchar2(2000);