DBA Data[Home] [Help]

APPS.OE_CREATE_ACCOUNT_INFO dependencies on OE_SYS_PARAMETERS

Line 526: lcustomer_relations := OE_Sys_Parameters.VALUE('CUSTOMER_RELATIONSHIPS_FLAG');

522:
523: /* at this point: created the sold_to customer
524: now start creating the related customers
525: */
526: lcustomer_relations := OE_Sys_Parameters.VALUE('CUSTOMER_RELATIONSHIPS_FLAG');
527: fnd_profile.get('ONT_AUTOMATIC_ACCOUNT_CREATION',l_add_customer);
528:
529: oe_debug_pub.add('related customer profile: '||lcustomer_relations);
530: oe_debug_pub.add('add customer profile: '||l_add_customer);