DBA Data[Home] [Help]

APPS.OE_EXTERNAL_CREDIT_PVT dependencies on OE_SYS_PARAMETERS

Line 401: l_customer_relations:= OE_Sys_Parameters.VALUE('CUSTOMER_RELATIONSHIPS_FLAG');

397: --THEN
398: -- RETURN NULL;
399: --END IF;
400:
401: l_customer_relations:= OE_Sys_Parameters.VALUE('CUSTOMER_RELATIONSHIPS_FLAG');
402: OE_DEBUG_PUB.Add('CUSTOMER_RELATIONSHIPS_FLAG: '||l_customer_relations);
403:
404: IF l_customer_relations = 'N' THEN
405: OPEN c_bill_to_site_use_id;