DBA Data[Home] [Help]

APPS.INL_SHIPMENT_PVT dependencies on RCV_PARAMETERS

Line 430: FROM rcv_parameters

426: -- Check which scenario is setup in RCV
427: -- Parameters for the current Inventory Organization
428: SELECT pre_receive
429: INTO l_pre_receive
430: FROM rcv_parameters
431: WHERE organization_id = p_organization_id;
432:
433: -- Pre-Receive scenario
434: IF (NVL (l_pre_receive, 'N') = 'Y') THEN

Line 2040: l_debug_info := 'Getting which scenartio is setup in RCV Parameters. Pre_Receive or BlackBox';

2036: x_return_status := l_return_status;
2037: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2038: END IF;
2039:
2040: l_debug_info := 'Getting which scenartio is setup in RCV Parameters. Pre_Receive or BlackBox';
2041: INL_LOGGING_PVT.Log_Statement ( p_module_name => g_module_name,
2042: p_procedure_name => l_proc_name,
2043: p_debug_info => l_debug_info) ;
2044: SELECT pre_receive

Line 2046: FROM rcv_parameters

2042: p_procedure_name => l_proc_name,
2043: p_debug_info => l_debug_info) ;
2044: SELECT pre_receive
2045: INTO l_pre_receive
2046: FROM rcv_parameters
2047: WHERE organization_id = p_organization_id;
2048:
2049: -- Just validate PO Available Qty for Pre-Receive scenario
2050: -- In Blackbox, RCV handles this validation