DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on FND_PROFILE

Line 673: l_profile := FND_PROFILE.value('ONT_RETURN_ITEM_MISMATCH_ACTION');

669: RETURN TRUE;
670: END IF;
671:
672: -- Check Profile Option to see if allow item mismatch
673: l_profile := FND_PROFILE.value('ONT_RETURN_ITEM_MISMATCH_ACTION');
674:
675: IF (l_profile is NULL OR l_profile = 'A') THEN
676: RETURN TRUE;
677: ELSE

Line 724: l_profile := FND_PROFILE.value('ONT_RETURN_FULFILLED_LINE_ACTION');

720: RETURN TRUE;
721: END IF;
722:
723: -- Check Profile Option to see if allow item mismatch
724: l_profile := FND_PROFILE.value('ONT_RETURN_FULFILLED_LINE_ACTION');
725:
726: IF (l_profile is NULL OR l_profile = 'A') THEN
727: RETURN TRUE;
728:

Line 884: --lcustomer_relations := FND_PROFILE.VALUE('ONT_CUSTOMER_RELATIONSHIPS');

880:
881: oe_debug_pub.add('Entering Validate_ship_to_org',1);
882: oe_debug_pub.add('ship_to_org_id :'||to_char(p_ship_to_org_id),2);
883:
884: --lcustomer_relations := FND_PROFILE.VALUE('ONT_CUSTOMER_RELATIONSHIPS');
885: lcustomer_relations := OE_Sys_Parameters.VALUE('CUSTOMER_RELATIONSHIPS_FLAG');
886:
887: IF nvl(lcustomer_relations,'N') = 'N' THEN
888:

Line 2091: --lcustomer_relations := FND_PROFILE.VALUE('ONT_CUSTOMER_RELATIONSHIPS');

2087: THEN
2088:
2089: BEGIN
2090: oe_debug_pub.add('invoice_to_org_id :'||to_char(p_line_rec.invoice_to_org_id),2);
2091: --lcustomer_relations := FND_PROFILE.VALUE('ONT_CUSTOMER_RELATIONSHIPS');
2092:
2093: IF nvl(lcustomer_relations,'N') = 'N' THEN
2094:
2095: Select 'VALID'