DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_ID_TO_VALUE

Line 12895: l_line_val_rec.calculate_price_descr := OE_Id_To_Value.Calculate_price_Flag ( p_calculate_price_flag => p_line_rec.calculate_price_flag

12891: p_line_rec.calculate_price_flag <> FND_API.G_MISS_CHAR) AND
12892: NOT OE_GLOBALS.Equal(p_line_rec.calculate_price_flag,
12893: p_old_line_rec.calculate_price_flag)
12894: THEN
12895: l_line_val_rec.calculate_price_descr := OE_Id_To_Value.Calculate_price_Flag ( p_calculate_price_flag => p_line_rec.calculate_price_flag
12896: );
12897:
12898: if l_debug_level > 0 then
12899: oe_debug_pub.add('Geresh ' || l_line_val_rec.calculate_price_descr );

Line 12909: l_line_val_rec.accounting_rule := OE_Id_To_Value.Accounting_Rule

12905: p_line_rec.accounting_rule_id <> FND_API.G_MISS_NUM) AND
12906: NOT OE_GLOBALS.Equal(p_line_rec.accounting_rule_id,
12907: p_old_line_rec.accounting_rule_id)
12908: THEN
12909: l_line_val_rec.accounting_rule := OE_Id_To_Value.Accounting_Rule
12910: ( p_accounting_rule_id => p_line_rec.accounting_rule_id
12911: );
12912: END IF;
12913:

Line 12919: l_line_val_rec.agreement := OE_Id_To_Value.Agreement

12915: p_line_rec.agreement_id <> FND_API.G_MISS_NUM) AND
12916: NOT OE_GLOBALS.Equal(p_line_rec.agreement_id,
12917: p_old_line_rec.agreement_id)
12918: THEN
12919: l_line_val_rec.agreement := OE_Id_To_Value.Agreement
12920: ( p_agreement_id => p_line_rec.agreement_id
12921: );
12922: END IF;
12923:

Line 12929: l_line_val_rec.deliver_to_contact := OE_Id_To_Value.Deliver_To_Contact

12925: p_line_rec.deliver_to_contact_id <> FND_API.G_MISS_NUM) AND
12926: NOT OE_GLOBALS.Equal(p_line_rec.deliver_to_contact_id,
12927: p_old_line_rec.deliver_to_contact_id)
12928: THEN
12929: l_line_val_rec.deliver_to_contact := OE_Id_To_Value.Deliver_To_Contact
12930: ( p_deliver_to_contact_id => p_line_rec.deliver_to_contact_id
12931: );
12932: END IF;
12933:

Line 12964: l_line_val_rec.demand_bucket_type := OE_Id_To_Value.Demand_Bucket_Type

12960: p_line_rec.demand_bucket_type_code <> FND_API.G_MISS_CHAR) AND
12961: NOT OE_GLOBALS.Equal(p_line_rec.demand_bucket_type_code,
12962: p_old_line_rec.demand_bucket_type_code)
12963: THEN
12964: l_line_val_rec.demand_bucket_type := OE_Id_To_Value.Demand_Bucket_Type
12965: ( p_demand_bucket_type_code => p_line_rec.demand_bucket_type_code
12966: );
12967: END IF;
12968:

Line 12974: l_line_val_rec.fob_point := OE_Id_To_Value.Fob_Point

12970: p_line_rec.fob_point_code <> FND_API.G_MISS_CHAR) AND
12971: NOT OE_GLOBALS.Equal(p_line_rec.fob_point_code,
12972: p_old_line_rec.fob_point_code)
12973: THEN
12974: l_line_val_rec.fob_point := OE_Id_To_Value.Fob_Point
12975: ( p_fob_point_code => p_line_rec.fob_point_code
12976: );
12977: END IF;
12978:

Line 12984: l_line_val_rec.freight_terms := OE_Id_To_Value.Freight_Terms

12980: p_line_rec.freight_terms_code <> FND_API.G_MISS_CHAR) AND
12981: NOT OE_GLOBALS.Equal(p_line_rec.freight_terms_code,
12982: p_old_line_rec.freight_terms_code)
12983: THEN
12984: l_line_val_rec.freight_terms := OE_Id_To_Value.Freight_Terms
12985: ( p_freight_terms_code => p_line_rec.freight_terms_code
12986: );
12987: END IF;
12988:

Line 12994: l_line_val_rec.freight_carrier := OE_Id_To_Value.Freight_Carrier

12990: p_line_rec.freight_carrier_code <> FND_API.G_MISS_CHAR) AND
12991: NOT OE_GLOBALS.Equal(p_line_rec.freight_carrier_code,
12992: p_old_line_rec.freight_carrier_code)
12993: THEN
12994: l_line_val_rec.freight_carrier := OE_Id_To_Value.Freight_Carrier
12995: ( p_freight_carrier_code => p_line_rec.freight_carrier_code
12996: , p_ship_from_org_id => p_line_rec.ship_from_org_id
12997: );
12998: END IF;

Line 13004: l_line_val_rec.shipping_method := OE_Id_To_Value.ship_method

13000: p_line_rec.shipping_method_code <> FND_API.G_MISS_CHAR) AND
13001: NOT OE_GLOBALS.Equal(p_line_rec.shipping_method_code,
13002: p_old_line_rec.shipping_method_code)
13003: THEN
13004: l_line_val_rec.shipping_method := OE_Id_To_Value.ship_method
13005: ( p_ship_method_code => p_line_rec.shipping_method_code
13006: );
13007: END IF;
13008:

Line 13014: l_line_val_rec.intermed_ship_to_contact := OE_Id_To_Value.Intermed_Ship_To_Contact

13010: p_line_rec.intermed_ship_to_contact_id <> FND_API.G_MISS_NUM) AND
13011: NOT OE_GLOBALS.Equal(p_line_rec.intermed_ship_to_contact_id,
13012: p_old_line_rec.intermed_ship_to_contact_id)
13013: THEN
13014: l_line_val_rec.intermed_ship_to_contact := OE_Id_To_Value.Intermed_Ship_To_Contact
13015: ( p_intermed_ship_to_contact_id => p_line_rec.intermed_ship_to_contact_id
13016: );
13017: END IF;
13018:

Line 13025: OE_Id_To_Value.Intermed_Ship_To_Org

13021: p_line_rec.intermed_ship_to_org_id <> FND_API.G_MISS_NUM) AND
13022: NOT OE_GLOBALS.Equal(p_line_rec.intermed_ship_to_org_id,
13023: p_old_line_rec.intermed_ship_to_org_id)
13024: THEN
13025: OE_Id_To_Value.Intermed_Ship_To_Org
13026: ( p_intermed_ship_to_org_id => p_line_rec.intermed_ship_to_org_id
13027: , x_intermed_ship_to_address1 => l_line_val_rec.intermed_ship_to_address1
13028: , x_intermed_ship_to_address2 => l_line_val_rec.intermed_ship_to_address2
13029: , x_intermed_ship_to_address3 => l_line_val_rec.intermed_ship_to_address3

Line 13046: l_line_val_rec.inventory_item := OE_Id_To_Value.Inventory_Item

13042: p_line_rec.inventory_item_id <> FND_API.G_MISS_NUM) AND
13043: NOT OE_GLOBALS.Equal(p_line_rec.inventory_item_id,
13044: p_old_line_rec.inventory_item_id)
13045: THEN
13046: l_line_val_rec.inventory_item := OE_Id_To_Value.Inventory_Item
13047: ( p_inventory_item_id => p_line_rec.inventory_item_id
13048: );
13049: END IF;
13050:

Line 13056: l_line_val_rec.invoice_to_contact := OE_Id_To_Value.Invoice_To_Contact

13052: p_line_rec.invoice_to_contact_id <> FND_API.G_MISS_NUM) AND
13053: NOT OE_GLOBALS.Equal(p_line_rec.invoice_to_contact_id,
13054: p_old_line_rec.invoice_to_contact_id)
13055: THEN
13056: l_line_val_rec.invoice_to_contact := OE_Id_To_Value.Invoice_To_Contact
13057: ( p_invoice_to_contact_id => p_line_rec.invoice_to_contact_id
13058: );
13059: END IF;
13060:

Line 13092: l_line_val_rec.invoicing_rule := OE_Id_To_Value.Invoicing_Rule

13088: p_line_rec.invoicing_rule_id <> FND_API.G_MISS_NUM) AND
13089: NOT OE_GLOBALS.Equal(p_line_rec.invoicing_rule_id,
13090: p_old_line_rec.invoicing_rule_id)
13091: THEN
13092: l_line_val_rec.invoicing_rule := OE_Id_To_Value.Invoicing_Rule
13093: ( p_invoicing_rule_id => p_line_rec.invoicing_rule_id
13094: );
13095: END IF;
13096:

Line 13102: l_line_val_rec.item_type := OE_Id_To_Value.Item_Type

13098: p_line_rec.item_type_code <> FND_API.G_MISS_CHAR) AND
13099: NOT OE_GLOBALS.Equal(p_line_rec.item_type_code,
13100: p_old_line_rec.item_type_code)
13101: THEN
13102: l_line_val_rec.item_type := OE_Id_To_Value.Item_Type
13103: ( p_item_type_code => p_line_rec.item_type_code
13104: );
13105: END IF;
13106:

Line 13112: l_line_val_rec.line_type := OE_Id_To_Value.Line_Type

13108: p_line_rec.line_type_id <> FND_API.G_MISS_NUM) AND
13109: NOT OE_GLOBALS.Equal(p_line_rec.line_type_id,
13110: p_old_line_rec.line_type_id)
13111: THEN
13112: l_line_val_rec.line_type := OE_Id_To_Value.Line_Type
13113: ( p_line_type_id => p_line_rec.line_type_id
13114: );
13115: END IF;
13116:

Line 13122: l_line_val_rec.over_ship_reason := OE_Id_To_Value.over_ship_reason

13118: p_line_rec.over_ship_reason_code <> FND_API.G_MISS_CHAR) AND
13119: NOT OE_GLOBALS.Equal(p_line_rec.over_ship_reason_code,
13120: p_old_line_rec.over_ship_reason_code)
13121: THEN
13122: l_line_val_rec.over_ship_reason := OE_Id_To_Value.over_ship_reason
13123: ( p_over_ship_reason_code => p_line_rec.over_ship_reason_code
13124: );
13125: END IF;
13126:

Line 13132: l_line_val_rec.payment_term := OE_Id_To_Value.Payment_Term

13128: p_line_rec.payment_term_id <> FND_API.G_MISS_NUM) AND
13129: NOT OE_GLOBALS.Equal(p_line_rec.payment_term_id,
13130: p_old_line_rec.payment_term_id)
13131: THEN
13132: l_line_val_rec.payment_term := OE_Id_To_Value.Payment_Term
13133: ( p_payment_term_id => p_line_rec.payment_term_id
13134: );
13135: END IF;
13136:

Line 13142: l_line_val_rec.price_list := OE_Id_To_Value.Price_List

13138: p_line_rec.price_list_id <> FND_API.G_MISS_NUM) AND
13139: NOT OE_GLOBALS.Equal(p_line_rec.price_list_id,
13140: p_old_line_rec.price_list_id)
13141: THEN
13142: l_line_val_rec.price_list := OE_Id_To_Value.Price_List
13143: ( p_price_list_id => p_line_rec.price_list_id
13144: );
13145: END IF;
13146:

Line 13152: l_line_val_rec.project := OE_Id_To_Value.Project

13148: p_line_rec.project_id <> FND_API.G_MISS_NUM) AND
13149: NOT OE_GLOBALS.Equal(p_line_rec.project_id,
13150: p_old_line_rec.project_id)
13151: THEN
13152: l_line_val_rec.project := OE_Id_To_Value.Project
13153: ( p_project_id => p_line_rec.project_id
13154: );
13155: END IF;
13156:

Line 13164: l_line_val_rec.source_type := OE_Id_To_Value.source_type

13160: NOT OE_GLOBALS.Equal(p_line_rec.source_type_code,
13161: p_old_line_rec.source_type_code)
13162: THEN
13163:
13164: l_line_val_rec.source_type := OE_Id_To_Value.source_type
13165: ( p_source_type_code => p_line_rec.source_type_code
13166: );
13167: END IF;
13168:

Line 13176: l_line_val_rec.return_reason := OE_Id_To_Value.return_reason

13172: NOT OE_GLOBALS.Equal(p_line_rec.return_reason_code,
13173: p_old_line_rec.return_reason_code)
13174: THEN
13175:
13176: l_line_val_rec.return_reason := OE_Id_To_Value.return_reason
13177: ( p_return_reason_code => p_line_rec.return_reason_code
13178: );
13179: END IF;
13180:

Line 13186: OE_Id_To_Value.reference_line

13182: p_line_rec.reference_line_id <> FND_API.G_MISS_NUM) AND
13183: NOT OE_GLOBALS.Equal(p_line_rec.reference_line_id,
13184: p_old_line_rec.reference_line_id)
13185: THEN
13186: OE_Id_To_Value.reference_line
13187: ( p_reference_line_id => p_line_rec.reference_line_id
13188: , x_ref_order_number => l_line_val_rec.ref_order_number
13189: , x_ref_line_number => l_line_val_rec.ref_line_number
13190: , x_ref_shipment_number => l_line_val_rec.ref_shipment_number

Line 13202: OE_Id_To_Value.Reference_Cust_Trx_Line

13198: p_line_rec.reference_customer_trx_line_id <> FND_API.G_MISS_NUM) AND
13199: NOT OE_GLOBALS.Equal(p_line_rec.reference_customer_trx_line_id,
13200: p_old_line_rec.reference_customer_trx_line_id)
13201: THEN
13202: OE_Id_To_Value.Reference_Cust_Trx_Line
13203: ( p_reference_cust_trx_line_id => p_line_rec.reference_customer_trx_line_id
13204: , x_ref_invoice_number => l_line_val_rec.ref_invoice_number
13205: , x_ref_invoice_line_number => l_line_val_rec.ref_invoice_line_number
13206: );

Line 13215: := OE_Id_To_Value.credit_invoice_line

13211: NOT OE_GLOBALS.Equal(p_line_rec.credit_invoice_line_id,
13212: p_old_line_rec.credit_invoice_line_id)
13213: THEN
13214: l_line_val_rec.credit_invoice_number
13215: := OE_Id_To_Value.credit_invoice_line
13216: ( p_credit_invoice_line_id => p_line_rec.credit_invoice_line_id
13217: );
13218: END IF;
13219:

Line 13225: l_line_val_rec.rla_schedule_type := OE_Id_To_Value.Rla_Schedule_Type

13221: p_line_rec.rla_schedule_type_code <> FND_API.G_MISS_CHAR) AND
13222: NOT OE_GLOBALS.Equal(p_line_rec.rla_schedule_type_code,
13223: p_old_line_rec.rla_schedule_type_code)
13224: THEN
13225: l_line_val_rec.rla_schedule_type := OE_Id_To_Value.Rla_Schedule_Type
13226: ( p_rla_schedule_type_code => p_line_rec.rla_schedule_type_code
13227: );
13228: END IF;
13229:

Line 13235: l_line_val_rec.salesrep := OE_Id_To_Value.salesrep

13231: p_line_rec.salesrep_id <> FND_API.G_MISS_NUM) AND
13232: NOT OE_GLOBALS.Equal(p_line_rec.salesrep_id,
13233: p_old_line_rec.salesrep_id)
13234: THEN
13235: l_line_val_rec.salesrep := OE_Id_To_Value.salesrep
13236: ( p_salesrep_id => p_line_rec.salesrep_id
13237: );
13238: END IF;
13239:

Line 13245: l_line_val_rec.commitment := OE_Id_To_Value.Commitment

13241: p_line_rec.commitment_id <> FND_API.G_MISS_NUM) AND
13242: NOT OE_GLOBALS.Equal(p_line_rec.commitment_id,
13243: p_old_line_rec.commitment_id)
13244: THEN
13245: l_line_val_rec.commitment := OE_Id_To_Value.Commitment
13246: ( p_commitment_id => p_line_rec.commitment_id
13247: );
13248: END IF;
13249:

Line 13256: l_line_val_rec.shipment_priority := OE_Id_To_Value.Shipment_Priority

13252: p_line_rec.shipment_priority_code <> FND_API.G_MISS_CHAR) AND
13253: NOT OE_GLOBALS.Equal(p_line_rec.shipment_priority_code,
13254: p_old_line_rec.shipment_priority_code)
13255: THEN
13256: l_line_val_rec.shipment_priority := OE_Id_To_Value.Shipment_Priority
13257: ( p_shipment_priority_code => p_line_rec.shipment_priority_code
13258: );
13259: END IF;
13260:

Line 13266: l_line_val_rec.demand_class := OE_Id_To_Value.Demand_Class

13262: p_line_rec.demand_class_code <> FND_API.G_MISS_CHAR) AND
13263: NOT OE_GLOBALS.Equal(p_line_rec.demand_class_code,
13264: p_old_line_rec.demand_class_code)
13265: THEN
13266: l_line_val_rec.demand_class := OE_Id_To_Value.Demand_Class
13267: ( p_demand_class_code => p_line_rec.demand_class_code
13268: );
13269: END IF;
13270:

Line 13276: OE_Id_To_Value.Ship_From_Org

13272: p_line_rec.ship_from_org_id <> FND_API.G_MISS_NUM) AND
13273: NOT OE_GLOBALS.Equal(p_line_rec.ship_from_org_id,
13274: p_old_line_rec.ship_from_org_id)
13275: THEN
13276: OE_Id_To_Value.Ship_From_Org
13277: ( p_ship_from_org_id => p_line_rec.ship_from_org_id
13278: , x_ship_from_address1 => l_line_val_rec.ship_from_address1
13279: , x_ship_from_address2 => l_line_val_rec.ship_from_address2
13280: , x_ship_from_address3 => l_line_val_rec.ship_from_address3

Line 13292: l_line_val_rec.ship_to_contact := OE_Id_To_Value.Ship_To_Contact

13288: p_line_rec.ship_to_contact_id <> FND_API.G_MISS_NUM) AND
13289: NOT OE_GLOBALS.Equal(p_line_rec.ship_to_contact_id,
13290: p_old_line_rec.ship_to_contact_id)
13291: THEN
13292: l_line_val_rec.ship_to_contact := OE_Id_To_Value.Ship_To_Contact
13293: ( p_ship_to_contact_id => p_line_rec.ship_to_contact_id
13294: );
13295: END IF;
13296:

Line 13328: OE_Id_To_Value.Sold_To_Org

13324: p_line_rec.sold_to_org_id <> FND_API.G_MISS_NUM) AND
13325: NOT OE_GLOBALS.Equal(p_line_rec.sold_to_org_id,
13326: p_old_line_rec.sold_to_org_id)
13327: THEN
13328: OE_Id_To_Value.Sold_To_Org
13329: ( p_sold_to_org_id => p_line_rec.sold_to_org_id
13330: , x_org => l_line_val_rec.sold_to_org
13331: , x_customer_number => l_customer_number
13332: );

Line 13340: l_line_val_rec.task := OE_Id_To_Value.Task

13336: p_line_rec.task_id <> FND_API.G_MISS_NUM) AND
13337: NOT OE_GLOBALS.Equal(p_line_rec.task_id,
13338: p_old_line_rec.task_id)
13339: THEN
13340: l_line_val_rec.task := OE_Id_To_Value.Task
13341: ( p_task_id => p_line_rec.task_id
13342: );
13343: END IF;
13344:

Line 13350: l_line_val_rec.tax_exempt := OE_Id_To_Value.Tax_Exempt

13346: p_line_rec.tax_exempt_flag <> FND_API.G_MISS_CHAR) AND
13347: NOT OE_GLOBALS.Equal(p_line_rec.tax_exempt_flag,
13348: p_old_line_rec.tax_exempt_flag)
13349: THEN
13350: l_line_val_rec.tax_exempt := OE_Id_To_Value.Tax_Exempt
13351: ( p_tax_exempt_flag => p_line_rec.tax_exempt_flag
13352: );
13353: END IF;
13354:

Line 13360: l_line_val_rec.tax_exempt_reason := OE_Id_To_Value.Tax_Exempt_Reason

13356: p_line_rec.tax_exempt_reason_code <> FND_API.G_MISS_CHAR) AND
13357: NOT OE_GLOBALS.Equal(p_line_rec.tax_exempt_reason_code,
13358: p_old_line_rec.tax_exempt_reason_code)
13359: THEN
13360: l_line_val_rec.tax_exempt_reason := OE_Id_To_Value.Tax_Exempt_Reason
13361: ( p_tax_exempt_reason_code => p_line_rec.tax_exempt_reason_code
13362: );
13363: END IF;
13364:

Line 13370: l_line_val_rec.tax_point := OE_Id_To_Value.Tax_Point

13366: p_line_rec.tax_point_code <> FND_API.G_MISS_CHAR) AND
13367: NOT OE_GLOBALS.Equal(p_line_rec.tax_point_code,
13368: p_old_line_rec.tax_point_code)
13369: THEN
13370: l_line_val_rec.tax_point := OE_Id_To_Value.Tax_Point
13371: ( p_tax_point_code => p_line_rec.tax_point_code
13372: );
13373: END IF;
13374:

Line 13380: l_line_val_rec.tax_group := OE_Id_To_Value.Tax_Group

13376: p_line_rec.tax_code <> FND_API.G_MISS_CHAR) AND
13377: NOT OE_GLOBALS.Equal(p_line_rec.tax_code,
13378: p_old_line_rec.tax_code)
13379: THEN
13380: l_line_val_rec.tax_group := OE_Id_To_Value.Tax_Group
13381: ( p_tax_code => p_line_rec.tax_code
13382: );
13383: END IF;*/
13384:

Line 13390: l_line_val_rec.veh_cus_item_cum_key := OE_Id_To_Value.veh_cus_item_cum_key

13386: p_line_rec.veh_cus_item_cum_key_id <> FND_API.G_MISS_NUM) AND
13387: NOT OE_GLOBALS.Equal(p_line_rec.veh_cus_item_cum_key_id,
13388: p_old_line_rec.veh_cus_item_cum_key_id)
13389: THEN
13390: l_line_val_rec.veh_cus_item_cum_key := OE_Id_To_Value.veh_cus_item_cum_key
13391: ( p_veh_cus_item_cum_key_id => p_line_rec.veh_cus_item_cum_key_id
13392: );
13393: END IF;
13394:

Line 13399: OE_ID_TO_VALUE.Ordered_Item

13395:
13396: IF (p_line_rec.Original_inventory_item_id IS NOT NULL OR
13397: p_line_rec.original_inventory_item_id <> FND_API.G_MISS_NUM)
13398: THEN
13399: OE_ID_TO_VALUE.Ordered_Item
13400: (p_Item_Identifier_type => p_line_rec.original_item_identifier_Type
13401: ,p_inventory_item_id => p_line_rec.original_Inventory_Item_Id
13402: ,p_organization_id => l_organization_id
13403: ,p_ordered_item_id => p_line_rec.original_ordered_item_id

Line 13413: OE_ID_TO_VALUE.item_identifier

13409:
13410: IF (p_line_rec.original_item_identifier_type IS NOT NULL OR
13411: p_line_rec.original_item_identifier_type <> FND_API.G_MISS_CHAR)
13412: THEN
13413: OE_ID_TO_VALUE.item_identifier
13414: (p_Item_Identifier_type => p_line_rec.Original_item_identifier_Type
13415: ,x_Item_Identifier => l_line_val_rec.Original_item_identifier_type);
13416: END IF;
13417:

Line 13421: OE_ID_TO_VALUE.item_relationship_type

13417:
13418: IF (p_line_rec.item_relationship_type IS NOT NULL OR
13419: p_line_rec.item_relationship_type <> FND_API.G_MISS_NUM)
13420: THEN
13421: OE_ID_TO_VALUE.item_relationship_type
13422: (p_Item_relationship_type => p_line_rec.item_relationship_type
13423: ,x_Item_relationship_type_dsp => l_line_val_rec.item_relationship_type_dsp);
13424: END IF;
13425:

Line 13429: OE_ID_TO_VALUE.End_Customer(

13425:
13426: IF (p_line_rec.end_customer_id IS NOT NULL AND
13427: p_line_rec.end_customer_id <> FND_API.G_MISS_NUM)
13428: THEN
13429: OE_ID_TO_VALUE.End_Customer(
13430: p_end_customer_id => p_line_rec.end_customer_id
13431: ,x_end_customer_name => l_line_val_rec.end_customer_name
13432: ,x_end_customer_number => l_line_val_rec.end_customer_number);
13433: END IF;

Line 13439: OE_ID_TO_VALUE.end_customer_Contact(p_end_customer_contact_id => p_line_rec.end_customer_contact_id);

13435: IF (p_line_rec.end_customer_contact_id IS NOT NULL AND
13436: p_line_rec.end_customer_contact_id <> FND_API.G_MISS_NUM)
13437: THEN
13438: l_line_val_rec.end_customer_contact :=
13439: OE_ID_TO_VALUE.end_customer_Contact(p_end_customer_contact_id => p_line_rec.end_customer_contact_id);
13440: END IF;
13441:
13442: IF (p_line_rec.end_customer_site_use_id IS NOT NULL AND
13443: p_line_rec.end_customer_site_use_id <> FND_API.G_MISS_NUM)

Line 13445: OE_ID_TO_VALUE.end_customer_site_use(

13441:
13442: IF (p_line_rec.end_customer_site_use_id IS NOT NULL AND
13443: p_line_rec.end_customer_site_use_id <> FND_API.G_MISS_NUM)
13444: THEN
13445: OE_ID_TO_VALUE.end_customer_site_use(
13446: p_end_customer_site_use_id => p_line_rec.end_customer_site_use_id
13447: ,x_end_customer_address1 => l_line_val_rec.end_customer_site_address1
13448: ,x_end_customer_address2 => l_line_val_rec.end_customer_site_address2
13449: ,x_end_customer_address3 => l_line_val_rec.end_customer_site_address3

Line 13471: OE_ID_TO_VALUE.ib_owner(p_ib_owner => p_line_rec.ib_owner);

13467: IF (p_line_rec.ib_owner IS NOT NULL AND
13468: p_line_rec.ib_owner <> FND_API.G_MISS_CHAR)
13469: THEN
13470: l_line_val_rec.ib_owner_dsp :=
13471: OE_ID_TO_VALUE.ib_owner(p_ib_owner => p_line_rec.ib_owner);
13472: END IF;
13473:
13474: IF (p_line_rec.ib_current_location IS NOT NULL AND
13475: p_line_rec.ib_current_location <> FND_API.G_MISS_CHAR)

Line 13478: OE_ID_TO_VALUE.ib_current_location(p_ib_current_location => p_line_rec.ib_current_location);

13474: IF (p_line_rec.ib_current_location IS NOT NULL AND
13475: p_line_rec.ib_current_location <> FND_API.G_MISS_CHAR)
13476: THEN
13477: l_line_val_rec.ib_current_location_dsp :=
13478: OE_ID_TO_VALUE.ib_current_location(p_ib_current_location => p_line_rec.ib_current_location);
13479: END IF;
13480:
13481: IF (p_line_rec.ib_installed_at_location IS NOT NULL AND
13482: p_line_rec.ib_installed_at_location <> FND_API.G_MISS_CHAR)

Line 13485: OE_ID_TO_VALUE.ib_installed_at_location(p_ib_installed_at_location => p_line_rec.ib_installed_at_location);

13481: IF (p_line_rec.ib_installed_at_location IS NOT NULL AND
13482: p_line_rec.ib_installed_at_location <> FND_API.G_MISS_CHAR)
13483: THEN
13484: l_line_val_rec.ib_installed_at_location_dsp :=
13485: OE_ID_TO_VALUE.ib_installed_at_location(p_ib_installed_at_location => p_line_rec.ib_installed_at_location);
13486: END IF;
13487: --Macd
13488: /*3605052*/
13489: IF (p_line_rec.service_period IS NOT NULL AND

Line 13493: OE_ID_TO_VALUE.service_period(p_service_period => p_line_rec.service_period

13489: IF (p_line_rec.service_period IS NOT NULL AND
13490: p_line_rec.service_period <> FND_API.G_MISS_CHAR)
13491: THEN
13492: l_line_val_rec.service_period_dsp :=
13493: OE_ID_TO_VALUE.service_period(p_service_period => p_line_rec.service_period
13494: ,p_inventory_item_id => p_line_rec.inventory_item_id);
13495: END IF;
13496: /*3605052*/
13497:

Line 13504: OE_ID_TO_VALUE.service_reference_type(p_service_reference_type_code => p_line_rec.service_reference_type_code);

13500: IF (p_line_rec.service_reference_type_code IS NOT NULL AND
13501: p_line_rec.service_reference_type_code <> FND_API.G_MISS_CHAR)
13502: THEN
13503: l_line_val_rec.service_reference_type :=
13504: OE_ID_TO_VALUE.service_reference_type(p_service_reference_type_code => p_line_rec.service_reference_type_code);
13505: END IF;
13506: -- 5701246 end
13507:
13508:

Line 13513: OE_ID_TO_VALUE.Get_Contingency_Attributes(

13509: --Customer Acceptance
13510: IF (p_line_rec.contingency_id IS NOT NULL AND
13511: p_line_rec.contingency_id <> FND_API.G_MISS_NUM)
13512: THEN
13513: OE_ID_TO_VALUE.Get_Contingency_Attributes(
13514: p_contingency_id => p_line_rec.contingency_id
13515: , x_contingency_name => l_line_val_rec.contingency_name
13516: , x_contingency_description => l_line_val_rec.contingency_description
13517: , x_expiration_event_attribute => l_line_val_rec.expiration_event_attribute);

Line 13523: l_line_val_rec.Revrec_Event:= OE_ID_TO_VALUE.Revrec_Event(

13519: END IF;
13520: IF (p_line_rec.revrec_event_code IS NOT NULL AND
13521: p_line_rec.revrec_event_code <> FND_API.G_MISS_CHAR)
13522: THEN
13523: l_line_val_rec.Revrec_Event:= OE_ID_TO_VALUE.Revrec_Event(
13524: p_Revrec_Event_code => p_line_rec.Revrec_Event_code);
13525:
13526: END IF;
13527:

Line 13531: l_line_val_rec.accepted_by_dsp:= OE_ID_TO_VALUE.accepted_by(

13527:
13528: IF (p_line_rec.accepted_by IS NOT NULL AND
13529: p_line_rec.accepted_by <> FND_API.G_MISS_NUM)
13530: THEN
13531: l_line_val_rec.accepted_by_dsp:= OE_ID_TO_VALUE.accepted_by(
13532: p_accepted_by => p_line_rec.accepted_by);
13533:
13534: END IF;
13535: --

Line 21134: fnd_message.set_name('ONT','OE_ID_TO_VALUE_ERROR');

21130:
21131: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)
21132: THEN
21133:
21134: fnd_message.set_name('ONT','OE_ID_TO_VALUE_ERROR');
21135: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','get_customer_details');
21136: OE_MSG_PUB.Add;
21137:
21138: END IF;