DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on MTL_MATERIAL_TRANSACTIONS

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

1840: * @param p_line_type Material Type (Ingredient, Product, Byproduct)
1841: * @param p_create_lot If new lot should be created ('T','F')
1842: * @param p_generate_lot If lot should be generated ('T','F')
1843: * @param p_generate_parent_lot If parent lot should be generated ('T','F')
1844: * @param x_mmt_rec mtl_material_transactions rowtype with the data
1845: * @param x_mmln_tbl table of lot records, those were inserted
1846: * @rep:scope public
1847: * @rep:lifecycle active
1848: * @rep:displayname create_material_txn

Line 1882: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE

1878: ,p_line_type IN NUMBER := NULL
1879: ,p_create_lot IN VARCHAR2 := NULL
1880: ,p_generate_lot IN VARCHAR2 := NULL
1881: ,p_generate_parent_lot IN VARCHAR2 := NULL
1882: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE
1883: ,x_mmln_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_num_tbl);
1884: /*#
1885: * Update Material Transaction Procedure
1886: * This procedure Creates a Material Transaction.

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

1896: * @param p_mmli_tbl table of lot records
1897: * @param p_create_lot If new lot should be created ('T','F')
1898: * @param p_generate_lot If lot should be generated ('T','F')
1899: * @param p_generate_parent_lot If parent lot should be generated ('T','F')
1900: * @param x_mmt_rec mtl_material_transactions rowtype with the data
1901: * @param x_mmln_tbl table of lot records, those were inserted
1902: * @rep:scope public
1903: * @rep:lifecycle active
1904: * @rep:displayname update_material_txn

Line 1935: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE

1931: ,p_mmli_tbl IN gme_common_pvt.mtl_trans_lots_inter_tbl
1932: ,p_create_lot IN VARCHAR2 := NULL
1933: ,p_generate_lot IN VARCHAR2 := NULL
1934: ,p_generate_parent_lot IN VARCHAR2 := NULL
1935: ,x_mmt_rec OUT NOCOPY mtl_material_transactions%ROWTYPE
1936: ,x_mmln_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_num_tbl);
1937:
1938: /*#
1939: * Delete Material Transaction Procedure