DBA Data[Home] [Help]

APPS.OE_CREATE_ACCOUNT_INFO dependencies on FND_PROFILE

Line 139: fnd_profile.get('ONT_AUTOMATIC_ACCOUNT_CREATION',l_add_customer);

135: p_allow_site_creation := FALSE;
136:
137: -- any other values will be considered 'CHECK'
138: ELSE
139: fnd_profile.get('ONT_AUTOMATIC_ACCOUNT_CREATION',l_add_customer);
140: IF l_debug_level > 0 THEN
141: oe_debug_pub.add( 'atuomatic account creation profile = '||L_ADD_CUSTOMER ) ;
142: END IF;
143: IF l_add_customer = 'Y' then

Line 161: fnd_profile.get('ONT_AUTOMATIC_ACCOUNT_CREATION',l_add_customer);

157:
158: END IF; -- checking the creation access profile
159:
160: ELSE -- if it is null
161: fnd_profile.get('ONT_AUTOMATIC_ACCOUNT_CREATION',l_add_customer);
162: IF l_debug_level > 0 THEN
163: oe_debug_pub.add( 'atuomatic account creation profile = '||L_ADD_CUSTOMER ) ;
164: END IF;
165: IF l_add_customer = 'Y' then

Line 527: fnd_profile.get('ONT_AUTOMATIC_ACCOUNT_CREATION',l_add_customer);

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);
531: