[Home] [Help]
APPS.OE_CNCL_VALIDATE_HEADER dependencies on OE_SYS_PARAMETERS
Line 366: lcustomer_relations := OE_Sys_Parameters.VALUE('CUSTOMER_RELATIONSHIPS_FLAG');
362: oe_debug_pub.add('Enter OE_CNCL_VALIDATE_HEADER.ENTITY',1);
363:
364: -- Check required attributes.
365: --lcustomer_relations := FND_PROFILE.VALUE('ONT_CUSTOMER_RELATIONSHIPS');
366: lcustomer_relations := OE_Sys_Parameters.VALUE('CUSTOMER_RELATIONSHIPS_FLAG');
367:
368:
369:
370: