DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_SCREDIT dependencies on OE_GLOBALS

Line 75: --If l_orcl_customization = 'N' or Not OE_GLOBALS.G_UI_FLAG Then

71: --Order import or it is not oracle specific customization than validate 100% when saving
72: --Do not enforce 100% when saving for Oracle customization. enforce 100% only when booking
73:
74:
75: --If l_orcl_customization = 'N' or Not OE_GLOBALS.G_UI_FLAG Then
76: OPEN C_HSC_Quota_Total(p_header_id);
77: FETCH C_HSC_Quota_Total
78: INTO l_percent_total;
79: CLOSE C_HSC_Quota_Total;

Line 452: if OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612

448: IF NOT OE_Validate.Wh_Update_Date(p_Header_Scredit_rec.wh_update_date) THEN
449: x_return_status := FND_API.G_RET_STS_ERROR;
450: END IF;
451: END IF;
452: if OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612
453: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Header_Scredit.attributes ',1);
454: IF (p_Header_Scredit_rec.attribute1 IS NOT NULL AND
455: ( p_Header_Scredit_rec.attribute1 <>
456: p_old_Header_Scredit_rec.attribute1 OR

Line 631: end if; /* OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612*/

627:
628: oe_debug_pub.add('After Sales_Credits_Desc_Flex ' || x_return_status,2);
629:
630: END IF;
631: end if; /* OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612*/
632: OE_DEBUG_PUB.Add('Exiting OE_VALIDATE_Header_Scredits.Attributes',1);
633: -- Done validating attributes
634:
635: EXCEPTION

Line 675: (p_entity_code =>OE_GLOBALS.G_ENTITY_ALL

671:
672: /* Modified the following request to fix the bug 5746190 */
673:
674: OE_Delayed_Requests_Pvt.Log_Request
675: (p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
676: ,p_entity_id =>p_Header_Scredit_rec.header_id
677: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit
678: ,p_requesting_entity_id =>p_Header_Scredit_rec.sales_credit_id
679: ,p_request_type =>OE_GLOBALS.G_CHECK_HSC_QUOTA_TOTAL

Line 677: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit

673:
674: OE_Delayed_Requests_Pvt.Log_Request
675: (p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
676: ,p_entity_id =>p_Header_Scredit_rec.header_id
677: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit
678: ,p_requesting_entity_id =>p_Header_Scredit_rec.sales_credit_id
679: ,p_request_type =>OE_GLOBALS.G_CHECK_HSC_QUOTA_TOTAL
680: ,p_param1 =>to_char(p_Header_Scredit_rec.header_id)
681: ,x_return_status =>l_return_status);

Line 679: ,p_request_type =>OE_GLOBALS.G_CHECK_HSC_QUOTA_TOTAL

675: (p_entity_code =>OE_GLOBALS.G_ENTITY_ALL
676: ,p_entity_id =>p_Header_Scredit_rec.header_id
677: ,p_requesting_entity_code=>OE_GLOBALS.G_ENTITY_Header_Scredit
678: ,p_requesting_entity_id =>p_Header_Scredit_rec.sales_credit_id
679: ,p_request_type =>OE_GLOBALS.G_CHECK_HSC_QUOTA_TOTAL
680: ,p_param1 =>to_char(p_Header_Scredit_rec.header_id)
681: ,x_return_status =>l_return_status);
682:
683: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN