DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_PVT dependencies on FA_TRANSFER_DETAILS_PKG

Line 1326: FA_TRANSFER_DETAILS_PKG.INSERT_ROW

1322: l_tfr_det_dist_id := l_distribution_id;
1323: end if;
1324:
1325: if (p_trans_rec.transaction_type_code <> 'RECLASS') then
1326: FA_TRANSFER_DETAILS_PKG.INSERT_ROW
1327: (X_Rowid => l_rowid,
1328: X_Transfer_Header_Id => p_trans_rec.transaction_header_id,
1329: X_Distribution_Id => l_tfr_det_dist_id,
1330: X_Book_Header_Id => l_book_header_id,