DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER dependencies on QP_UTIL_PUB

Line 1271: QP_UTIL_PUB.Validate_Price_list_Curr_code(p_header_rec.price_list_id,

1267: p_header_rec.operation = OE_GLOBALS.G_OPR_CREATE ) AND
1268: p_header_rec.price_list_id IS NOT NULL
1269: THEN
1270: Begin
1271: QP_UTIL_PUB.Validate_Price_list_Curr_code(p_header_rec.price_list_id,
1272: p_header_rec.transactional_curr_code,
1273: p_header_rec.pricing_date,
1274: l_validate_result);
1275: Exception when others then

Line 1281: 'OE_VALIDATE_HEADER-QP_UTIL_PUB'

1277: THEN
1278:
1279: OE_MSG_PUB.Add_Exc_Msg
1280: ( G_PKG_NAME ,
1281: 'OE_VALIDATE_HEADER-QP_UTIL_PUB'
1282: );
1283: END IF;
1284: Oe_Debug_Pub.Add('Error when calling QP_UTIL_PUB.Validate_Price_list_Curr_code:'||SQLERRM);
1285: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

1280: ( G_PKG_NAME ,
1281: 'OE_VALIDATE_HEADER-QP_UTIL_PUB'
1282: );
1283: END IF;
1284: Oe_Debug_Pub.Add('Error when calling QP_UTIL_PUB.Validate_Price_list_Curr_code:'||SQLERRM);
1285: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1286:
1287: End;
1288: