DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on MTL_MATERIAL_TRANSACTIONS

Line 1851: * @param x_mmt_rec mtl_material_transactions rowtype with the data

1847: * @param p_line_type Material Type (Ingredient, Product, Byproduct)
1848: * @param p_create_lot If new lot should be created ('T','F')
1849: * @param p_generate_lot If lot should be generated ('T','F')
1850: * @param p_generate_parent_lot If parent lot should be generated ('T','F')
1851: * @param x_mmt_rec mtl_material_transactions rowtype with the data
1852: * @param x_mmln_tbl table of lot records, those were inserted
1853: * @rep:scope public
1854: * @rep:lifecycle active
1855: * @rep:displayname create_material_txn

Line 1890: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE

1886: ,p_line_type IN NUMBER := NULL
1887: ,p_create_lot IN VARCHAR2 := NULL
1888: ,p_generate_lot IN VARCHAR2 := NULL
1889: ,p_generate_parent_lot IN VARCHAR2 := NULL
1890: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE
1891: ,x_mmln_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_num_tbl);
1892: /*#
1893: * Update Material Transaction Procedure
1894: * This procedure Creates a Material Transaction.

Line 1908: * @param x_mmt_rec mtl_material_transactions rowtype with the data

1904: * @param p_mmli_tbl table of lot records
1905: * @param p_create_lot If new lot should be created ('T','F')
1906: * @param p_generate_lot If lot should be generated ('T','F')
1907: * @param p_generate_parent_lot If parent lot should be generated ('T','F')
1908: * @param x_mmt_rec mtl_material_transactions rowtype with the data
1909: * @param x_mmln_tbl table of lot records, those were inserted
1910: * @rep:scope public
1911: * @rep:lifecycle active
1912: * @rep:displayname update_material_txn

Line 1943: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE

1939: ,p_mmli_tbl IN gme_common_pvt.mtl_trans_lots_inter_tbl
1940: ,p_create_lot IN VARCHAR2 := NULL
1941: ,p_generate_lot IN VARCHAR2 := NULL
1942: ,p_generate_parent_lot IN VARCHAR2 := NULL
1943: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE
1944: ,x_mmln_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_num_tbl);
1945:
1946: /*#
1947: * Delete Material Transaction Procedure