DBA Data[Home] [Help]

APPS.OE_HOLDS_PVT dependencies on FND_PROFILE

Line 2040: If NVL (Fnd_Profile.Value('ONT_RAISE_STATUS_CHANGE_BUSINESS_EVENT'), 'N')='Y'

2036: -- XX Also check to see if its the last order from a non order based
2037: -- hold and release the hold source also. NO
2038: -- 16053361
2039: oe_debug_pub.add( 'OE_HOLDS_PVT - Raise Integration event for Applying hold');
2040: If NVL (Fnd_Profile.Value('ONT_RAISE_STATUS_CHANGE_BUSINESS_EVENT'), 'N')='Y'
2041: THEN
2042: IF l_debug_level > 0 THEN
2043: oe_debug_pub.add( 'OE_HOLDS_PVT - Preparing paramters to pass to Integration event for Releasing hold');
2044: END IF;

Line 5300: If NVL (Fnd_Profile.Value('ONT_RAISE_STATUS_CHANGE_BUSINESS_EVENT'), 'N')='Y'

5296: -- IF l_entity_code = 'O' THEN
5297: -- END IF;
5298: -- 16053361
5299: oe_debug_pub.add( 'OE_HOLDS_PVT - Raise Integration event for Releasing hold');
5300: If NVL (Fnd_Profile.Value('ONT_RAISE_STATUS_CHANGE_BUSINESS_EVENT'), 'N')='Y'
5301: THEN
5302: IF l_debug_level > 0 THEN
5303: oe_debug_pub.add( 'OE_HOLDS_PVT - Preparing paramters to pass to Integration event for Releasing hold');
5304: END IF;

Line 14972: If NVL (Fnd_Profile.Value('ONT_RAISE_STATUS_CHANGE_BUSINESS_EVENT'), 'N')='Y'

14968:
14969: END IF;
14970: -- 16053361
14971: oe_debug_pub.add( 'OE_HOLDS_PVT - Raise Integration event for Applying hold');
14972: If NVL (Fnd_Profile.Value('ONT_RAISE_STATUS_CHANGE_BUSINESS_EVENT'), 'N')='Y'
14973: THEN
14974: IF l_debug_level > 0 THEN
14975: oe_debug_pub.add( 'OE_HOLDS_PVT -Preparing paramters to pass to Integration event for Applying hold');
14976: END IF;