DBA Data[Home] [Help]

APPS.EGO_TA_BULKLOAD_PVT dependencies on EGO_TRAN_ATTR_TBL

Line 249: -- x_ego_ta_tbl OUT EGO_TRAN_ATTR_tbl

245: -- Inteface table pl-sql record which needs to be
246: -- converted to prod rec type to call create/update/del API's.
247: --
248: -- OUT :
249: -- x_ego_ta_tbl OUT EGO_TRAN_ATTR_tbl
250: -- Original production type pl-sql recrod
251: -- ============================================================================
252:
253:

Line 256: x_ego_ta_tbl OUT NOCOPY EGO_TRAN_ATTR_TBL) ;

252:
253:
254: PROCEDURE Convert_intf_rec_to_api_rec (
255: p_ta_intf_tbl IN TA_Intf_Tbl ,
256: x_ego_ta_tbl OUT NOCOPY EGO_TRAN_ATTR_TBL) ;
257:
258:
259: -- =================================================================================
260: -- Name : Process_Trans_Attrs