DBA Data[Home] [Help]

APPS.RCV_HXT_GRP dependencies on FND_PROFILE

Line 269: IF NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y' THEN

265: ) IS
266: l_debug_on BOOLEAN;
267: l_progress VARCHAR2(3) := '000';
268: BEGIN
269: IF NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N') = 'Y' THEN
270: l_debug_on := TRUE;
271: END IF;
272: -- add to fnd_log_messages
273: -- asn_debug.put_line(module||': '||message,log_level);

Line 1412: l_include_closed_po fnd_profile_option_values.profile_option_value%TYPE;

1408:
1409: -- validate that the PO is a valid, open PO
1410: DECLARE
1411: -- PO statuses
1412: l_include_closed_po fnd_profile_option_values.profile_option_value%TYPE;
1413:
1414: -- PO dates
1415: pol_start_date DATE;
1416: pol_end_date DATE;

Line 1421: l_include_closed_po := NVL (FND_PROFILE.value('RCV_CLOSED_PO_DEFAULT_OPTION'), 'N');

1417: BEGIN
1418: -- Capture all the flags so we can print log them when the PO is invalid, to aid debugging
1419: -- We don't need to check the flags at Shipment level because there is only going to be 1
1420: -- shipment for the line, so the status will bubble up to the line level.
1421: l_include_closed_po := NVL (FND_PROFILE.value('RCV_CLOSED_PO_DEFAULT_OPTION'), 'N');
1422:
1423: /*bug 6902391 Changing to single org as in 11.5.10*/
1424:
1425: RCV_HXT_GRP.string( log_level => FND_LOG.LEVEL_STATEMENT