DBA Data[Home] [Help]

APPS.OE_CREATE_ACCOUNT_INFO dependencies on OE_VALUE_TO_ID

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

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

Line 5084: p_cust_contact_id := OE_Value_To_Id.sold_to_contact(

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

Line 5089: p_cust_contact_id := OE_Value_To_Id.end_Customer_contact(

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

Line 5410: p_account_site_use_id := OE_Value_To_Id.ship_to_org(

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

Line 5428: p_account_site_use_id := OE_Value_To_Id.invoice_to_org(

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

Line 5445: p_account_site_use_id := OE_Value_To_Id.deliver_to_org(

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

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

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

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

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

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

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