DBA Data[Home] [Help]

APPS.OE_CONTRACT_UTIL dependencies on OE_ID_TO_VALUE

Line 1100: l_Contract_val_rec.agreement := OE_Id_To_Value.Agreement

1096: p_Contract_rec.agreement_id <> FND_API.G_MISS_NUM AND
1097: NOT OE_GLOBALS.Equal(p_Contract_rec.agreement_id,
1098: p_old_Contract_rec.agreement_id)
1099: THEN
1100: l_Contract_val_rec.agreement := OE_Id_To_Value.Agreement
1101: ( p_agreement_id => p_Contract_rec.agreement_id
1102: );
1103: END IF;
1104:

Line 1110: l_Contract_val_rec.discount := OE_Id_To_Value.Discount

1106: p_Contract_rec.discount_id <> FND_API.G_MISS_NUM AND
1107: NOT OE_GLOBALS.Equal(p_Contract_rec.discount_id,
1108: p_old_Contract_rec.discount_id)
1109: THEN
1110: l_Contract_val_rec.discount := OE_Id_To_Value.Discount
1111: ( p_discount_id => p_Contract_rec.discount_id
1112: );
1113: END IF;
1114:

Line 1120: l_Contract_val_rec.price_list := OE_Id_To_Value.Price_List

1116: p_Contract_rec.price_list_id <> FND_API.G_MISS_NUM AND
1117: NOT OE_GLOBALS.Equal(p_Contract_rec.price_list_id,
1118: p_old_Contract_rec.price_list_id)
1119: THEN
1120: l_Contract_val_rec.price_list := OE_Id_To_Value.Price_List
1121: ( p_price_list_id => p_Contract_rec.price_list_id
1122: );
1123: END IF;
1124: