DBA Data[Home] [Help]

APPS.ONT_D1_TRANSACTIONAL_CURR_C dependencies on OE_DEFAULT_PVT

Line 43: l_return_value := OE_DEFAULT_PVT.Get_SOB_Currency_Code

39: IF l_return_value IS NOT NULL THEN
40: GOTO RETURN_VALUE;
41: END IF;
42: l_rule_id := 1;
43: l_return_value := OE_DEFAULT_PVT.Get_SOB_Currency_Code
44: (p_database_object_name => null
45: ,p_attribute_code => null);
46: IF l_return_value IS NOT NULL THEN
47: GOTO RETURN_VALUE;