DBA Data[Home] [Help]

APPS.GMI_APIXML_PKG dependencies on IC_LOTS_CPG

Line 1090: l_ic_lots_cpg_row ic_lots_cpg%ROWTYPE;

1086: l_interface_rec gmi_lots_xml_interface%ROWTYPE;
1087: l_trans_rec Gmigapi.lot_rec_typ;
1088:
1089: l_ic_lots_mst_row ic_lots_mst%ROWTYPE;
1090: l_ic_lots_cpg_row ic_lots_cpg%ROWTYPE;
1091:
1092: l_status VARCHAR2(1);
1093: l_return_status VARCHAR2(1) :=FND_API.G_RET_STS_SUCCESS;
1094: l_count NUMBER;

Line 1242: , x_ic_lots_cpg_row => l_ic_lots_cpg_row

1238: , p_commit => FND_API.G_FALSE
1239: , p_validation_level => FND_API.G_valid_level_full
1240: , p_lot_rec => l_trans_rec
1241: , x_ic_lots_mst_row => l_ic_lots_mst_row
1242: , x_ic_lots_cpg_row => l_ic_lots_cpg_row
1243: , x_return_status => l_status
1244: , x_msg_count => l_count
1245: , x_msg_data => l_data
1246: );