DBA Data[Home] [Help]

APPS.OE_CREATE_ACCOUNT_INFO dependencies on OE_VALUE_TO_ID

Line 4990: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');

4986:
4987: IF (OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR))
4988: THEN
4989:
4990: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');
4991: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','find_sold_to_id');
4992: OE_MSG_PUB.Add;
4993:
4994: END IF;

Line 5082: p_cust_contact_id := OE_Value_To_Id.sold_to_contact(

5078: IF l_debug_level > 0 THEN
5079: oe_debug_pub.add ('AAC:FCI: contact_name is not null,trying to find account contact_id');
5080: END IF;
5081: if p_site_use_code <> 'END_CUST' then
5082: p_cust_contact_id := OE_Value_To_Id.sold_to_contact(
5083: p_sold_to_contact => p_contact_name
5084: ,p_sold_to_org_id => p_sold_to_org_id
5085: );
5086: else

Line 5087: p_cust_contact_id := OE_Value_To_Id.end_Customer_contact(

5083: p_sold_to_contact => p_contact_name
5084: ,p_sold_to_org_id => p_sold_to_org_id
5085: );
5086: else
5087: p_cust_contact_id := OE_Value_To_Id.end_Customer_contact(
5088: p_end_customer_contact => p_contact_name
5089: ,p_end_customer_id => p_sold_to_org_id
5090: );
5091: end if;

Line 5408: p_account_site_use_id := OE_Value_To_Id.ship_to_org(

5404: /*
5405: if p_site_use_code='SHIP_TO'
5406: THEN
5407:
5408: p_account_site_use_id := OE_Value_To_Id.ship_to_org(
5409: p_ship_to_address1 => p_site_address1
5410: ,p_ship_to_address2 => p_site_address2
5411: ,p_ship_to_address3 => p_site_address3
5412: ,p_ship_to_address4 => p_site_address4

Line 5426: p_account_site_use_id := OE_Value_To_Id.invoice_to_org(

5422:
5423: elsif p_site_use_code='BILL_TO'
5424: THEN
5425:
5426: p_account_site_use_id := OE_Value_To_Id.invoice_to_org(
5427: p_invoice_to_address1 => p_site_address1
5428: ,p_invoice_to_address2 => p_site_address2
5429: ,p_invoice_to_address3 => p_site_address3
5430: ,p_invoice_to_address4 => p_site_address4

Line 5443: p_account_site_use_id := OE_Value_To_Id.deliver_to_org(

5439:
5440:
5441: elsif p_site_use_code='DELIVER_TO'
5442: THEN
5443: p_account_site_use_id := OE_Value_To_Id.deliver_to_org(
5444: p_deliver_to_address1 => p_site_address1
5445: ,p_deliver_to_address2 => p_site_address2
5446: ,p_deliver_to_address3 => p_site_address3
5447: ,p_deliver_to_address4 => p_site_address4

Line 5689: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');

5685:
5686: IF (OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR))
5687: THEN
5688:
5689: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');
5690: --{bug 4240715
5691: if p_party_site_use_code is NULL or p_party_site_use_code = 'SOLD_TO' then
5692: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','sold_to_org_id');
5693: elsif p_party_site_use_code ='SHIP_TO' then

Line 6040: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');

6036:
6037: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6038: THEN
6039:
6040: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');
6041: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','get_party_site_id');
6042: OE_MSG_PUB.Add;
6043:
6044: END IF;

Line 6118: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');

6114:
6115: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
6116: THEN
6117:
6118: fnd_message.set_name('ONT','OE_VALUE_TO_ID_ERROR');
6119: --{bug 4240715
6120: if p_site_use_code is NULL or p_site_use_code = 'SOLD_TO' then
6121: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','sold_to_org_id');
6122: elsif p_site_use_code ='SHIP_TO' then