DBA Data[Home] [Help]

APPS.OE_CNCL_UTIL dependencies on OE_CNCL_VALUE_TO_ID

Line 46: OE_CNCL_Value_To_Id.accounting_rule

42:
43: ELSE
44:
45: p_x_header_rec.accounting_rule_id :=
46: OE_CNCL_Value_To_Id.accounting_rule
47: ( p_accounting_rule => p_header_val_rec.accounting_rule
48: );
49:
50: IF p_x_header_rec.accounting_rule_id = FND_API.G_MISS_NUM THEN

Line 76: p_x_header_rec.agreement_id := OE_CNCL_Value_To_Id.agreement

72: END IF;
73:
74: ELSE
75:
76: p_x_header_rec.agreement_id := OE_CNCL_Value_To_Id.agreement
77: ( p_agreement => p_header_val_rec.agreement
78: );
79:
80: IF p_x_header_rec.agreement_id = FND_API.G_MISS_NUM THEN

Line 106: OE_CNCL_Value_To_Id.conversion_type

102:
103: ELSE
104:
105: p_x_header_rec.conversion_type_code :=
106: OE_CNCL_Value_To_Id.conversion_type
107: ( p_conversion_type => p_header_val_rec.conversion_type
108: );
109:
110: IF p_x_header_rec.conversion_type_code = FND_API.G_MISS_CHAR THEN

Line 135: p_x_header_rec.fob_point_code := OE_CNCL_Value_To_Id.fob_point

131: END IF;
132:
133: ELSE
134:
135: p_x_header_rec.fob_point_code := OE_CNCL_Value_To_Id.fob_point
136: ( p_fob_point => p_header_val_rec.fob_point
137: );
138:
139: IF p_x_header_rec.fob_point_code = FND_API.G_MISS_CHAR THEN

Line 165: OE_CNCL_Value_To_Id.freight_terms

161:
162: ELSE
163:
164: p_x_header_rec.freight_terms_code :=
165: OE_CNCL_Value_To_Id.freight_terms
166: ( p_freight_terms => p_header_val_rec.freight_terms
167: );
168:
169: IF p_x_header_rec.freight_terms_code = FND_API.G_MISS_CHAR THEN

Line 194: p_x_header_rec.shipping_method_code := OE_CNCL_Value_To_Id.ship_method

190: END IF;
191:
192: ELSE
193:
194: p_x_header_rec.shipping_method_code := OE_CNCL_Value_To_Id.ship_method
195: ( p_ship_method => p_header_val_rec.shipping_method
196: );
197:
198: IF p_x_header_rec.shipping_method_code = FND_API.G_MISS_CHAR THEN

Line 228: OE_CNCL_Value_To_Id.freight_carrier

224:
225: ELSE
226:
227: p_x_header_rec.freight_carrier_code :=
228: OE_CNCL_Value_To_Id.freight_carrier
229: ( p_freight_carrier => p_header_val_rec.freight_carrier
230: , p_ship_from_org_id => p_x_header_rec.ship_from_org_id
231: );
232:

Line 259: OE_CNCL_Value_To_Id.invoicing_rule

255:
256: ELSE
257:
258: p_x_header_rec.invoicing_rule_id :=
259: OE_CNCL_Value_To_Id.invoicing_rule
260: ( p_invoicing_rule => p_header_val_rec.invoicing_rule
261: );
262:
263: IF p_x_header_rec.invoicing_rule_id = FND_API.G_MISS_NUM THEN

Line 288: p_x_header_rec.order_source_id := OE_CNCL_Value_To_Id.order_source

284: END IF;
285:
286: ELSE
287:
288: p_x_header_rec.order_source_id := OE_CNCL_Value_To_Id.order_source
289: ( p_order_source => p_header_val_rec.order_source
290: );
291:
292: IF p_x_header_rec.order_source_id = FND_API.G_MISS_NUM THEN

Line 317: p_x_header_rec.order_type_id := OE_CNCL_Value_To_Id.order_type

313: END IF;
314:
315: ELSE
316:
317: p_x_header_rec.order_type_id := OE_CNCL_Value_To_Id.order_type
318: ( p_order_type => p_header_val_rec.order_type
319: );
320:
321: IF p_x_header_rec.order_type_id = FND_API.G_MISS_NUM THEN

Line 346: p_x_header_rec.payment_term_id := OE_CNCL_Value_To_Id.payment_term

342: END IF;
343:
344: ELSE
345:
346: p_x_header_rec.payment_term_id := OE_CNCL_Value_To_Id.payment_term
347: ( p_payment_term => p_header_val_rec.payment_term
348: );
349:
350: IF p_x_header_rec.payment_term_id = FND_API.G_MISS_NUM THEN

Line 375: p_x_header_rec.price_list_id := OE_CNCL_Value_To_Id.price_list

371: END IF;
372:
373: ELSE
374:
375: p_x_header_rec.price_list_id := OE_CNCL_Value_To_Id.price_list
376: ( p_price_list => p_header_val_rec.price_list
377: );
378:
379: IF p_x_header_rec.price_list_id = FND_API.G_MISS_NUM THEN

Line 405: OE_CNCL_Value_To_Id.return_reason

401:
402: ELSE
403:
404: p_x_header_rec.return_reason_code :=
405: OE_CNCL_Value_To_Id.return_reason
406: ( p_return_reason => p_header_val_rec.return_reason
407: );
408:
409: IF p_x_header_rec.return_reason_code = FND_API.G_MISS_CHAR THEN

Line 434: p_x_header_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep

430: END IF;
431:
432: ELSE
433:
434: p_x_header_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep
435: ( p_salesrep => p_header_val_rec.salesrep
436: );
437: IF p_x_header_rec.salesrep_id = FND_API.G_MISS_NUM THEN
438: p_x_header_rec.return_status := FND_API.G_RET_STS_ERROR;

Line 464: OE_CNCL_Value_To_Id.sales_channel

460:
461: ELSE
462:
463: p_x_header_rec.sales_channel_code :=
464: OE_CNCL_Value_To_Id.sales_channel
465: ( p_sales_channel => p_header_val_rec.sales_channel
466: );
467: IF p_x_header_rec.sales_channel_code = FND_API.G_MISS_CHAR THEN
468: p_x_header_rec.return_status := FND_API.G_RET_STS_ERROR;

Line 494: OE_CNCL_Value_To_Id.shipment_priority

490:
491: ELSE
492:
493: p_x_header_rec.shipment_priority_code :=
494: OE_CNCL_Value_To_Id.shipment_priority
495: ( p_shipment_priority => p_header_val_rec.shipment_priority
496: );
497:
498: IF p_x_header_rec.shipment_priority_code = FND_API.G_MISS_CHAR THEN

Line 530: p_x_header_rec.ship_from_org_id := OE_CNCL_Value_To_Id.ship_from_org

526: END IF;
527:
528: ELSE
529:
530: p_x_header_rec.ship_from_org_id := OE_CNCL_Value_To_Id.ship_from_org
531: ( p_ship_from_address1 => p_header_val_rec.ship_from_address1
532: , p_ship_from_address2 => p_header_val_rec.ship_from_address2
533: , p_ship_from_address3 => p_header_val_rec.ship_from_address3
534: , p_ship_from_address4 => p_header_val_rec.ship_from_address4

Line 564: p_x_header_rec.tax_exempt_flag := OE_CNCL_Value_To_Id.tax_exempt

560: END IF;
561:
562: ELSE
563:
564: p_x_header_rec.tax_exempt_flag := OE_CNCL_Value_To_Id.tax_exempt
565: ( p_tax_exempt => p_header_val_rec.tax_exempt
566: );
567:
568: IF p_x_header_rec.tax_exempt_flag = FND_API.G_MISS_CHAR THEN

Line 594: OE_CNCL_Value_To_Id.tax_exempt_reason

590:
591: ELSE
592:
593: p_x_header_rec.tax_exempt_reason_code :=
594: OE_CNCL_Value_To_Id.tax_exempt_reason
595: ( p_tax_exempt_reason => p_header_val_rec.tax_exempt_reason
596: );
597:
598: IF p_x_header_rec.tax_exempt_reason_code = FND_API.G_MISS_CHAR THEN

Line 623: p_x_header_rec.tax_point_code := OE_CNCL_Value_To_Id.tax_point

619: END IF;
620:
621: ELSE
622:
623: p_x_header_rec.tax_point_code := OE_CNCL_Value_To_Id.tax_point
624: ( p_tax_point => p_header_val_rec.tax_point
625: );
626:
627: IF p_x_header_rec.tax_point_code = FND_API.G_MISS_CHAR THEN

Line 653: OE_CNCL_Value_To_Id.payment_type

649:
650: ELSE
651:
652: p_x_header_rec.payment_type_code :=
653: OE_CNCL_Value_To_Id.payment_type
654: ( p_payment_type => p_header_val_rec.payment_type
655: );
656:
657: IF p_x_header_rec.payment_type_code = FND_API.G_MISS_CHAR THEN

Line 682: p_x_header_rec.credit_card_code := OE_CNCL_Value_To_Id.credit_card

678: END IF;
679:
680: ELSE
681:
682: p_x_header_rec.credit_card_code := OE_CNCL_Value_To_Id.credit_card
683: ( p_credit_card => p_header_val_rec.credit_card
684: );
685:
686: IF p_x_header_rec.credit_card_code = FND_API.G_MISS_CHAR THEN

Line 717: p_x_header_rec.sold_to_org_id := OE_CNCL_Value_To_Id.sold_to_org

713: END IF;
714:
715: ELSE
716:
717: p_x_header_rec.sold_to_org_id := OE_CNCL_Value_To_Id.sold_to_org
718: ( p_sold_to_org => p_header_val_rec.sold_to_org
719: , p_customer_number => p_header_val_rec.customer_number
720: );
721:

Line 768: OE_CNCL_Value_To_Id.sold_to_contact

764:
765: ELSE
766:
767: p_x_header_rec.sold_to_contact_id :=
768: OE_CNCL_Value_To_Id.sold_to_contact
769: ( p_sold_to_contact => p_header_val_rec.sold_to_contact
770: , p_sold_to_org_id => l_sold_to_org_id
771: );
772:

Line 804: OE_CNCL_Value_To_Id.deliver_to_org

800:
801: ELSE
802: /*1621182*/
803: p_x_header_rec.deliver_to_org_id :=
804: OE_CNCL_Value_To_Id.deliver_to_org
805: ( p_deliver_to_address1 => p_header_val_rec.deliver_to_address1
806: , p_deliver_to_address2 => p_header_val_rec.deliver_to_address2
807: , p_deliver_to_address3 => p_header_val_rec.deliver_to_address3
808: , p_deliver_to_address4 => p_header_val_rec.deliver_to_address4

Line 850: OE_CNCL_Value_To_Id.invoice_to_org

846:
847: ELSE
848: /*1621182*/
849: p_x_header_rec.invoice_to_org_id :=
850: OE_CNCL_Value_To_Id.invoice_to_org
851: ( p_invoice_to_address1 => p_header_val_rec.invoice_to_address1
852: , p_invoice_to_address2 => p_header_val_rec.invoice_to_address2
853: , p_invoice_to_address3 => p_header_val_rec.invoice_to_address3
854: , p_invoice_to_address4 => p_header_val_rec.invoice_to_address4

Line 895: p_x_header_rec.ship_to_org_id := OE_CNCL_Value_To_Id.ship_to_org

891: END IF;
892:
893: ELSE
894: /*1621182*/
895: p_x_header_rec.ship_to_org_id := OE_CNCL_Value_To_Id.ship_to_org
896: ( p_ship_to_address1 => p_header_val_rec.ship_to_address1
897: , p_ship_to_address2 => p_header_val_rec.ship_to_address2
898: , p_ship_to_address3 => p_header_val_rec.ship_to_address3
899: , p_ship_to_address4 => p_header_val_rec.ship_to_address4

Line 938: p_x_header_rec.sold_to_site_use_id := OE_CNCL_Value_To_Id.Customer_Location

934:
935: END IF;
936:
937: ELSE
938: p_x_header_rec.sold_to_site_use_id := OE_CNCL_Value_To_Id.Customer_Location
939: ( p_sold_to_location_address1 => p_header_val_rec.sold_to_location_address1
940: , p_sold_to_location_address2 => p_header_val_rec.sold_to_location_address2
941: , p_sold_to_location_address3 => p_header_val_rec.sold_to_location_address3
942: , p_sold_to_location_address4 => p_header_val_rec.sold_to_location_address4

Line 984: OE_CNCL_Value_To_Id.deliver_to_contact

980:
981: ELSE
982:
983: p_x_header_rec.deliver_to_contact_id :=
984: OE_CNCL_Value_To_Id.deliver_to_contact
985: ( p_deliver_to_contact => p_header_val_rec.deliver_to_contact
986: , p_deliver_to_org_id => l_deliver_to_org_id
987: );
988:

Line 1015: OE_CNCL_Value_To_Id.invoice_to_contact

1011:
1012: ELSE
1013:
1014: p_x_header_rec.invoice_to_contact_id :=
1015: OE_CNCL_Value_To_Id.invoice_to_contact
1016: ( p_invoice_to_contact => p_header_val_rec.invoice_to_contact
1017: , p_invoice_to_org_id => l_invoice_to_org_id
1018: );
1019:

Line 1046: OE_CNCL_Value_To_Id.ship_to_contact

1042:
1043: ELSE
1044:
1045: p_x_header_rec.ship_to_contact_id :=
1046: OE_CNCL_Value_To_Id.ship_to_contact
1047: ( p_ship_to_contact => p_header_val_rec.ship_to_contact
1048: , p_ship_to_org_id => l_ship_to_org_id
1049: );
1050:

Line 1300: OE_CNCL_Value_To_Id.accounting_rule

1296:
1297: ELSE
1298:
1299: p_x_line_rec.accounting_rule_id :=
1300: OE_CNCL_Value_To_Id.accounting_rule
1301: ( p_accounting_rule => p_line_val_rec.accounting_rule
1302: );
1303:
1304: IF p_x_line_rec.accounting_rule_id = FND_API.G_MISS_NUM THEN

Line 1328: p_x_line_rec.agreement_id := OE_CNCL_Value_To_Id.agreement

1324: END IF;
1325:
1326: ELSE
1327:
1328: p_x_line_rec.agreement_id := OE_CNCL_Value_To_Id.agreement
1329: ( p_agreement => p_line_val_rec.agreement
1330: );
1331:
1332: IF p_x_line_rec.agreement_id = FND_API.G_MISS_NUM THEN

Line 1357: OE_CNCL_Value_To_Id.demand_bucket_type

1353:
1354: ELSE
1355:
1356: p_x_line_rec.demand_bucket_type_code :=
1357: OE_CNCL_Value_To_Id.demand_bucket_type
1358: ( p_demand_bucket_type => p_line_val_rec.demand_bucket_type
1359: );
1360:
1361: IF p_x_line_rec.demand_bucket_type_code = FND_API.G_MISS_CHAR THEN

Line 1385: p_x_line_rec.fob_point_code := OE_CNCL_Value_To_Id.fob_point

1381: END IF;
1382:
1383: ELSE
1384:
1385: p_x_line_rec.fob_point_code := OE_CNCL_Value_To_Id.fob_point
1386: ( p_fob_point => p_line_val_rec.fob_point
1387: );
1388:
1389: IF p_x_line_rec.fob_point_code = FND_API.G_MISS_CHAR THEN

Line 1414: OE_CNCL_Value_To_Id.freight_terms

1410:
1411: ELSE
1412:
1413: p_x_line_rec.freight_terms_code :=
1414: OE_CNCL_Value_To_Id.freight_terms
1415: ( p_freight_terms => p_line_val_rec.freight_terms
1416: );
1417:
1418: IF p_x_line_rec.freight_terms_code = FND_API.G_MISS_CHAR THEN

Line 1443: OE_CNCL_Value_To_Id.ship_method

1439:
1440: ELSE
1441:
1442: p_x_line_rec.shipping_method_code :=
1443: OE_CNCL_Value_To_Id.ship_method
1444: ( p_ship_method => p_line_val_rec.shipping_method
1445: );
1446:
1447: IF p_x_line_rec.shipping_method_code = FND_API.G_MISS_CHAR THEN

Line 1476: OE_CNCL_Value_To_Id.freight_carrier

1472:
1473: ELSE
1474:
1475: p_x_line_rec.freight_carrier_code :=
1476: OE_CNCL_Value_To_Id.freight_carrier
1477: ( p_freight_carrier => p_line_val_rec.freight_carrier
1478: , p_ship_from_org_id => p_x_line_rec.ship_from_org_id
1479: );
1480:

Line 1506: OE_CNCL_Value_To_Id.intermed_ship_to_contact

1502:
1503: ELSE
1504:
1505: p_x_line_rec.intermed_ship_to_contact_id :=
1506: OE_CNCL_Value_To_Id.intermed_ship_to_contact
1507: ( p_intermed_ship_to_contact => p_line_val_rec.intermed_ship_to_contact
1508: , p_intermed_ship_to_org_id => p_x_line_rec.intermed_ship_to_org_id
1509: );
1510:

Line 1540: p_x_line_rec.intermed_ship_to_org_id := OE_CNCL_Value_To_Id.intermed_ship_to_org

1536: END IF;
1537:
1538: ELSE
1539: /*1621182*/
1540: p_x_line_rec.intermed_ship_to_org_id := OE_CNCL_Value_To_Id.intermed_ship_to_org
1541: ( p_intermed_ship_to_address1 => p_line_val_rec.intermed_ship_to_address1
1542: , p_intermed_ship_to_address2 => p_line_val_rec.intermed_ship_to_address2
1543: , p_intermed_ship_to_address3 => p_line_val_rec.intermed_ship_to_address3
1544: , p_intermed_ship_to_address4 => p_line_val_rec.intermed_ship_to_address4

Line 1580: p_x_line_rec.inventory_item_id := OE_CNCL_Value_To_Id.inventory_item

1576: END IF;
1577:
1578: ELSE
1579:
1580: p_x_line_rec.inventory_item_id := OE_CNCL_Value_To_Id.inventory_item
1581: ( p_inventory_item => p_line_val_rec.inventory_item
1582: );
1583:
1584: IF p_x_line_rec.inventory_item_id = FND_API.G_MISS_NUM THEN

Line 1608: p_x_line_rec.invoicing_rule_id := OE_CNCL_Value_To_Id.invoicing_rule

1604: END IF;
1605:
1606: ELSE
1607:
1608: p_x_line_rec.invoicing_rule_id := OE_CNCL_Value_To_Id.invoicing_rule
1609: ( p_invoicing_rule => p_line_val_rec.invoicing_rule
1610: );
1611:
1612: IF p_x_line_rec.invoicing_rule_id = FND_API.G_MISS_NUM THEN

Line 1636: p_x_line_rec.item_type_code := OE_CNCL_Value_To_Id.item_type

1632: END IF;
1633:
1634: ELSE
1635:
1636: p_x_line_rec.item_type_code := OE_CNCL_Value_To_Id.item_type
1637: ( p_item_type => p_line_val_rec.item_type
1638: );
1639:
1640: IF p_x_line_rec.item_type_code = FND_API.G_MISS_CHAR THEN

Line 1664: p_x_line_rec.line_type_id := OE_CNCL_Value_To_Id.line_type

1660: END IF;
1661:
1662: ELSE
1663:
1664: p_x_line_rec.line_type_id := OE_CNCL_Value_To_Id.line_type
1665: ( p_line_type => p_line_val_rec.line_type
1666: );
1667:
1668: IF p_x_line_rec.line_type_id = FND_API.G_MISS_NUM THEN

Line 1693: OE_CNCL_Value_To_Id.over_ship_reason

1689:
1690: ELSE
1691:
1692: p_x_line_rec.over_ship_reason_code :=
1693: OE_CNCL_Value_To_Id.over_ship_reason
1694: ( p_over_ship_reason => p_line_val_rec.over_ship_reason
1695: );
1696:
1697: IF p_x_line_rec.over_ship_reason_code = FND_API.G_MISS_CHAR THEN

Line 1722: OE_CNCL_Value_To_Id.payment_term

1718:
1719: ELSE
1720:
1721: p_x_line_rec.payment_term_id :=
1722: OE_CNCL_Value_To_Id.payment_term
1723: ( p_payment_term => p_line_val_rec.payment_term
1724: );
1725:
1726: IF p_x_line_rec.payment_term_id = FND_API.G_MISS_NUM THEN

Line 1750: p_x_line_rec.price_list_id := OE_CNCL_Value_To_Id.price_list

1746: END IF;
1747:
1748: ELSE
1749:
1750: p_x_line_rec.price_list_id := OE_CNCL_Value_To_Id.price_list
1751: ( p_price_list => p_line_val_rec.price_list
1752: );
1753:
1754: IF p_x_line_rec.price_list_id = FND_API.G_MISS_NUM THEN

Line 1778: p_x_line_rec.project_id := OE_CNCL_Value_To_Id.project

1774: END IF;
1775:
1776: ELSE
1777:
1778: p_x_line_rec.project_id := OE_CNCL_Value_To_Id.project
1779: ( p_project => p_line_val_rec.project
1780: );
1781:
1782: IF p_x_line_rec.project_id = FND_API.G_MISS_NUM THEN

Line 1806: p_x_line_rec.return_reason_code := OE_CNCL_Value_To_Id.return_reason

1802: END IF;
1803:
1804: ELSE
1805:
1806: p_x_line_rec.return_reason_code := OE_CNCL_Value_To_Id.return_reason
1807: ( p_return_reason => p_line_val_rec.return_reason
1808: );
1809:
1810: IF p_x_line_rec.return_reason_code = FND_API.G_MISS_CHAR THEN

Line 1837: OE_CNCL_Value_To_Id.rla_schedule_type

1833:
1834: ELSE
1835:
1836: p_x_line_rec.rla_schedule_type_code :=
1837: OE_CNCL_Value_To_Id.rla_schedule_type
1838: ( p_rla_schedule_type => p_line_val_rec.rla_schedule_type
1839: );
1840:
1841: IF p_x_line_rec.rla_schedule_type_code = FND_API.G_MISS_CHAR THEN

Line 1865: p_x_line_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep

1861: END IF;
1862:
1863: ELSE
1864:
1865: p_x_line_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep
1866: ( p_salesrep => p_line_val_rec.salesrep
1867: );
1868:
1869: IF p_x_line_rec.salesrep_id = FND_API.G_MISS_NUM THEN

Line 1894: OE_CNCL_Value_To_Id.shipment_priority

1890:
1891: ELSE
1892:
1893: p_x_line_rec.shipment_priority_code :=
1894: OE_CNCL_Value_To_Id.shipment_priority
1895: ( p_shipment_priority => p_line_val_rec.shipment_priority
1896: );
1897:
1898: IF p_x_line_rec.shipment_priority_code = FND_API.G_MISS_CHAR THEN

Line 1927: p_x_line_rec.ship_from_org_id := OE_CNCL_Value_To_Id.ship_from_org

1923: END IF;
1924:
1925: ELSE
1926:
1927: p_x_line_rec.ship_from_org_id := OE_CNCL_Value_To_Id.ship_from_org
1928: ( p_ship_from_address1 => p_line_val_rec.ship_from_address1
1929: , p_ship_from_address2 => p_line_val_rec.ship_from_address2
1930: , p_ship_from_address3 => p_line_val_rec.ship_from_address3
1931: , p_ship_from_address4 => p_line_val_rec.ship_from_address4

Line 1960: p_x_line_rec.task_id := OE_CNCL_Value_To_Id.task

1956: END IF;
1957:
1958: ELSE
1959:
1960: p_x_line_rec.task_id := OE_CNCL_Value_To_Id.task
1961: ( p_task => p_line_val_rec.task
1962: );
1963:
1964: IF p_x_line_rec.task_id = FND_API.G_MISS_NUM THEN

Line 1988: p_x_line_rec.tax_exempt_flag := OE_CNCL_Value_To_Id.tax_exempt

1984: END IF;
1985:
1986: ELSE
1987:
1988: p_x_line_rec.tax_exempt_flag := OE_CNCL_Value_To_Id.tax_exempt
1989: ( p_tax_exempt => p_line_val_rec.tax_exempt
1990: );
1991:
1992: IF p_x_line_rec.tax_exempt_flag = FND_API.G_MISS_CHAR THEN

Line 2017: OE_CNCL_Value_To_Id.tax_exempt_reason

2013:
2014: ELSE
2015:
2016: p_x_line_rec.tax_exempt_reason_code :=
2017: OE_CNCL_Value_To_Id.tax_exempt_reason
2018: ( p_tax_exempt_reason => p_line_val_rec.tax_exempt_reason
2019: );
2020:
2021: IF p_x_line_rec.tax_exempt_reason_code = FND_API.G_MISS_CHAR THEN

Line 2045: p_x_line_rec.tax_point_code := OE_CNCL_Value_To_Id.tax_point

2041: END IF;
2042:
2043: ELSE
2044:
2045: p_x_line_rec.tax_point_code := OE_CNCL_Value_To_Id.tax_point
2046: ( p_tax_point => p_line_val_rec.tax_point
2047: );
2048:
2049: IF p_x_line_rec.tax_point_code = FND_API.G_MISS_CHAR THEN

Line 2075: OE_CNCL_Value_To_Id.veh_cus_item_cum_key

2071:
2072: ELSE
2073:
2074: p_x_line_rec.veh_cus_item_cum_key_id :=
2075: OE_CNCL_Value_To_Id.veh_cus_item_cum_key
2076: ( p_veh_cus_item_cum_key => p_line_val_rec.veh_cus_item_cum_key
2077: );
2078:
2079: IF p_x_line_rec.veh_cus_item_cum_key_id = FND_API.G_MISS_NUM THEN

Line 2144: OE_CNCL_Value_To_Id.deliver_to_org

2140:
2141: ELSE
2142: /*1621182*/
2143: p_x_line_rec.deliver_to_org_id :=
2144: OE_CNCL_Value_To_Id.deliver_to_org
2145: ( p_deliver_to_address1 => p_line_val_rec.deliver_to_address1
2146: , p_deliver_to_address2 => p_line_val_rec.deliver_to_address2
2147: , p_deliver_to_address3 => p_line_val_rec.deliver_to_address3
2148: , p_deliver_to_address4 => p_line_val_rec.deliver_to_address4

Line 2190: OE_CNCL_Value_To_Id.invoice_to_org

2186:
2187: ELSE
2188: /*1621182*/
2189: p_x_line_rec.invoice_to_org_id :=
2190: OE_CNCL_Value_To_Id.invoice_to_org
2191: ( p_invoice_to_address1 => p_line_val_rec.invoice_to_address1
2192: , p_invoice_to_address2 => p_line_val_rec.invoice_to_address2
2193: , p_invoice_to_address3 => p_line_val_rec.invoice_to_address3
2194: , p_invoice_to_address4 => p_line_val_rec.invoice_to_address4

Line 2236: p_x_line_rec.ship_to_org_id := OE_CNCL_Value_To_Id.ship_to_org

2232:
2233: ELSE
2234:
2235: /*1621182*/
2236: p_x_line_rec.ship_to_org_id := OE_CNCL_Value_To_Id.ship_to_org
2237: ( p_ship_to_address1 => p_line_val_rec.ship_to_address1
2238: , p_ship_to_address2 => p_line_val_rec.ship_to_address2
2239: , p_ship_to_address3 => p_line_val_rec.ship_to_address3
2240: , p_ship_to_address4 => p_line_val_rec.ship_to_address4

Line 2312: OE_CNCL_Value_To_Id.deliver_to_contact

2308:
2309: ELSE
2310:
2311: p_x_line_rec.deliver_to_contact_id :=
2312: OE_CNCL_Value_To_Id.deliver_to_contact
2313: ( p_deliver_to_contact => p_line_val_rec.deliver_to_contact
2314: , p_deliver_to_org_id => l_deliver_to_org_id
2315: );
2316:

Line 2343: OE_CNCL_Value_To_Id.invoice_to_contact

2339:
2340: ELSE
2341:
2342: p_x_line_rec.invoice_to_contact_id :=
2343: OE_CNCL_Value_To_Id.invoice_to_contact
2344: ( p_invoice_to_contact => p_line_val_rec.invoice_to_contact
2345: , p_invoice_to_org_id => l_invoice_to_org_id
2346: );
2347:

Line 2374: OE_CNCL_Value_To_Id.ship_to_contact

2370:
2371: ELSE
2372:
2373: p_x_line_rec.ship_to_contact_id :=
2374: OE_CNCL_Value_To_Id.ship_to_contact
2375: ( p_ship_to_contact => p_line_val_rec.ship_to_contact
2376: , p_ship_to_org_id => l_ship_to_org_id
2377: );
2378:

Line 2637: p_x_Header_Scredit_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep

2633: END IF;
2634:
2635: ELSE
2636:
2637: p_x_Header_Scredit_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep
2638: ( p_salesrep => p_Header_Scredit_val_rec.salesrep
2639: );
2640:
2641: IF p_x_Header_Scredit_rec.salesrep_id = FND_API.G_MISS_NUM THEN

Line 2667: OE_CNCL_Value_To_Id.sales_credit_type

2663:
2664: ELSE
2665:
2666: p_x_Header_Scredit_rec.sales_credit_type_id :=
2667: OE_CNCL_Value_To_Id.sales_credit_type
2668: ( p_sales_credit_type => p_Header_Scredit_val_rec.sales_credit_type
2669: );
2670:
2671: IF p_x_Header_Scredit_rec.sales_credit_type_id = FND_API.G_MISS_NUM THEN

Line 2715: p_x_Line_Scredit_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep

2711: END IF;
2712:
2713: ELSE
2714:
2715: p_x_Line_Scredit_rec.salesrep_id := OE_CNCL_Value_To_Id.salesrep
2716: ( p_salesrep => p_Line_Scredit_val_rec.salesrep
2717: );
2718:
2719: IF p_x_Line_Scredit_rec.salesrep_id = FND_API.G_MISS_NUM THEN

Line 2744: OE_CNCL_Value_To_Id.sales_credit_type

2740:
2741: ELSE
2742:
2743: p_x_Line_Scredit_rec.sales_credit_type_id :=
2744: OE_CNCL_Value_To_Id.sales_credit_type
2745: ( p_sales_credit_type => p_Line_Scredit_val_rec.sales_credit_type
2746: );
2747:
2748: IF p_x_Line_Scredit_rec.sales_credit_type_id = FND_API.G_MISS_NUM THEN

Line 2800: l_Header_Adj_rec.discount_id := OE_CNCL_Value_To_Id.discount

2796: END IF;
2797:
2798: ELSE
2799:
2800: l_Header_Adj_rec.discount_id := OE_CNCL_Value_To_Id.discount
2801: ( p_discount => p_Header_Adj_val_rec.discount
2802: );
2803:
2804: IF l_Header_Adj_rec.discount_id = FND_API.G_MISS_NUM THEN

Line 2855: l_Line_Adj_rec.discount_id := OE_CNCL_Value_To_Id.discount

2851: END IF;
2852:
2853: ELSE
2854:
2855: l_Line_Adj_rec.discount_id := OE_CNCL_Value_To_Id.discount
2856: ( p_discount => p_Line_Adj_val_rec.discount
2857: );
2858:
2859: IF l_Line_Adj_rec.discount_id = FND_API.G_MISS_NUM THEN