DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER_SCREDIT dependencies on OE_GLOBALS

Line 63: IF l_operation = OE_GLOBALS.G_OPR_CREATE THEN

59:
60: -- For some fields, get hardcoded defaults based on the operation
61: l_operation := p_x_header_scredit_rec.operation;
62:
63: IF l_operation = OE_GLOBALS.G_OPR_CREATE THEN
64:
65: IF g_header_scredit_rec.sales_credit_id = FND_API.G_MISS_NUM THEN
66: g_header_scredit_rec.sales_credit_id := Get_Sales_Credit;
67: END IF;