DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on QP_UTIL_PUB

Line 1203: QP_UTIL_PUB.Validate_Price_list_Curr_code(p_header_rec.price_list_id,

1199: p_header_rec.operation = OE_GLOBALS.G_OPR_CREATE ) AND
1200: p_header_rec.price_list_id IS NOT NULL
1201: THEN
1202: Begin
1203: QP_UTIL_PUB.Validate_Price_list_Curr_code(p_header_rec.price_list_id,
1204: p_header_rec.transactional_curr_code,
1205: p_header_rec.pricing_date,
1206: l_validate_result);
1207: Exception when others then

Line 1213: 'OE_VALIDATE_HEADER-QP_UTIL_PUB'

1209: THEN
1210:
1211: OE_MSG_PUB.Add_Exc_Msg
1212: ( G_PKG_NAME ,
1213: 'OE_VALIDATE_HEADER-QP_UTIL_PUB'
1214: );
1215: END IF;
1216: Oe_Debug_Pub.Add('Error when calling QP_UTIL_PUB.Validate_Price_list_Curr_code:'||SQLERRM);
1217: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1216: Oe_Debug_Pub.Add('Error when calling QP_UTIL_PUB.Validate_Price_list_Curr_code:'||SQLERRM);

1212: ( G_PKG_NAME ,
1213: 'OE_VALIDATE_HEADER-QP_UTIL_PUB'
1214: );
1215: END IF;
1216: Oe_Debug_Pub.Add('Error when calling QP_UTIL_PUB.Validate_Price_list_Curr_code:'||SQLERRM);
1217: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1218:
1219: End;
1220: