DBA Data[Home] [Help]

APPS.GME_TRANS_ENGINE_UTIL dependencies on GMI_TRANS_ENGINE_PUB

Line 595: ,x_tran_rec OUT NOCOPY gmi_trans_engine_pub.ictran_rec)

591: END load_mat_and_rsc_trans;
592:
593: FUNCTION build_trans_rec (
594: p_tran_row IN gme_inventory_txns_gtmp%ROWTYPE
595: ,x_tran_rec OUT NOCOPY gmi_trans_engine_pub.ictran_rec)
596: RETURN BOOLEAN
597: IS
598: l_api_name CONSTANT VARCHAR2 (30) := 'BUILD_TRANS_REC';
599: BEGIN