DBA Data[Home] [Help]

APPS.INV_CONSIGNED_DIAGNOSTICS_PROC dependencies on INV_THIRD_PARTY_STOCK_PVT

Line 1184: INV_THIRD_PARTY_STOCK_PVT.Process_Financial_Info

1180: l_primary_uom_code := NULL;
1181: l_purchasing_uom_code := NULL ;
1182:
1183:
1184: INV_THIRD_PARTY_STOCK_PVT.Process_Financial_Info
1185: ( p_mtl_transaction_id => 99999999
1186: , p_rct_transaction_id => 999999991
1187: , p_transaction_source_type_id => 1
1188: , p_transaction_action_id => 6

Line 1224: ( 'l_error_code =>' || l_error_code ,'INV_THIRD_PARTY_STOCK_PVT'

1220: 'Ownership_transfer_diagnostics'
1221: , 9
1222: );
1223: INV_LOG_UTIL.trace
1224: ( 'l_error_code =>' || l_error_code ,'INV_THIRD_PARTY_STOCK_PVT'
1225: , 9);
1226: INV_LOG_UTIL.trace
1227: ( 'po_header_id => '|| l_po_id ,null
1228: , 9);

Line 1236: ( 'l_return_status => '|| l_return_status ,'INV_THIRD_PARTY_STOCK_PVT'

1232: INV_LOG_UTIL.trace
1233: ( 'l_account_id => '|| l_account_id, null
1234: , 9);
1235: INV_LOG_UTIL.trace
1236: ( 'l_return_status => '|| l_return_status ,'INV_THIRD_PARTY_STOCK_PVT'
1237: , 9);
1238: INV_LOG_UTIL.trace
1239: ( 'l_primary_uom =>' || l_primary_uom ,'INV_THIRD_PARTY_STOCK_PVT'
1240: , 9);

Line 1239: ( 'l_primary_uom =>' || l_primary_uom ,'INV_THIRD_PARTY_STOCK_PVT'

1235: INV_LOG_UTIL.trace
1236: ( 'l_return_status => '|| l_return_status ,'INV_THIRD_PARTY_STOCK_PVT'
1237: , 9);
1238: INV_LOG_UTIL.trace
1239: ( 'l_primary_uom =>' || l_primary_uom ,'INV_THIRD_PARTY_STOCK_PVT'
1240: , 9);
1241:
1242: INV_LOG_UTIL.trace
1243: ( 'l_purchasing_uom =>' || l_purchasing_uom ,'INV_THIRD_PARTY_STOCK_PVT'

Line 1243: ( 'l_purchasing_uom =>' || l_purchasing_uom ,'INV_THIRD_PARTY_STOCK_PVT'

1239: ( 'l_primary_uom =>' || l_primary_uom ,'INV_THIRD_PARTY_STOCK_PVT'
1240: , 9);
1241:
1242: INV_LOG_UTIL.trace
1243: ( 'l_purchasing_uom =>' || l_purchasing_uom ,'INV_THIRD_PARTY_STOCK_PVT'
1244: , 9);
1245: INV_LOG_UTIL.trace
1246: ( 'l_primary_uom_code =>' || l_primary_uom_code ,
1247: 'INV_THIRD_PARTY_STOCK_PVT'

Line 1247: 'INV_THIRD_PARTY_STOCK_PVT'

1243: ( 'l_purchasing_uom =>' || l_purchasing_uom ,'INV_THIRD_PARTY_STOCK_PVT'
1244: , 9);
1245: INV_LOG_UTIL.trace
1246: ( 'l_primary_uom_code =>' || l_primary_uom_code ,
1247: 'INV_THIRD_PARTY_STOCK_PVT'
1248: , 9);
1249:
1250: INV_LOG_UTIL.trace
1251: ( 'l_purchasing_uom_code =>' || l_purchasing_uom_code ,

Line 1252: 'INV_THIRD_PARTY_STOCK_PVT'

1248: , 9);
1249:
1250: INV_LOG_UTIL.trace
1251: ( 'l_purchasing_uom_code =>' || l_purchasing_uom_code ,
1252: 'INV_THIRD_PARTY_STOCK_PVT'
1253: , 9);
1254: END IF;
1255:
1256: IF l_error_code is NULL