DBA Data[Home] [Help]

APPS.ASO_VALIDATE_CFG_PVT dependencies on ASO_UTILITY_PVT

Line 104: l_model_line_rec := ASO_UTILITY_PVT.Query_Qte_Line_Row(p_model_line_id);

100: FND_MSG_PUB.initialize;
101: END IF;
102:
103: -- Get model line info
104: l_model_line_rec := ASO_UTILITY_PVT.Query_Qte_Line_Row(p_model_line_id);
105: l_model_line_dtl_tbl := ASO_UTILITY_PVT.Query_Line_Dtl_Rows(p_model_line_id);
106:
107: -- Call Create_header_xml to create the input header XML message
108: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 105: l_model_line_dtl_tbl := ASO_UTILITY_PVT.Query_Line_Dtl_Rows(p_model_line_id);

101: END IF;
102:
103: -- Get model line info
104: l_model_line_rec := ASO_UTILITY_PVT.Query_Qte_Line_Row(p_model_line_id);
105: l_model_line_dtl_tbl := ASO_UTILITY_PVT.Query_Line_Dtl_Rows(p_model_line_id);
106:
107: -- Call Create_header_xml to create the input header XML message
108: IF aso_debug_pub.g_debug_flag = 'Y' THEN
109: aso_debug_pub.add('Validate_Configuration: Before call to Create_header_xml.');

Line 395: l_model_line_rec := aso_utility_pvt.Query_Qte_Line_Row( P_Qte_Line_Id => p_model_line_id );

391: --dbms_output.put_line('Entered ASO_VALIDATE_CFG_PVT rassharm create header xml');
392: --Initialize API return status to SUCCESS
393: x_return_status := FND_API.G_RET_STS_SUCCESS;
394:
395: l_model_line_rec := aso_utility_pvt.Query_Qte_Line_Row( P_Qte_Line_Id => p_model_line_id );
396:
397: IF aso_debug_pub.g_debug_flag = 'Y' THEN
398: aso_debug_pub.add('Create_header_xml: After call to aso_utility_pvt.Query_Qte_Line_Row');
399: END IF;

Line 398: aso_debug_pub.add('Create_header_xml: After call to aso_utility_pvt.Query_Qte_Line_Row');

394:
395: l_model_line_rec := aso_utility_pvt.Query_Qte_Line_Row( P_Qte_Line_Id => p_model_line_id );
396:
397: IF aso_debug_pub.g_debug_flag = 'Y' THEN
398: aso_debug_pub.add('Create_header_xml: After call to aso_utility_pvt.Query_Qte_Line_Row');
399: END IF;
400:
401: l_model_line_dtl_tbl := aso_utility_pvt.Query_Line_Dtl_Rows( P_Qte_Line_Id => p_model_line_id );
402:

Line 401: l_model_line_dtl_tbl := aso_utility_pvt.Query_Line_Dtl_Rows( P_Qte_Line_Id => p_model_line_id );

397: IF aso_debug_pub.g_debug_flag = 'Y' THEN
398: aso_debug_pub.add('Create_header_xml: After call to aso_utility_pvt.Query_Qte_Line_Row');
399: END IF;
400:
401: l_model_line_dtl_tbl := aso_utility_pvt.Query_Line_Dtl_Rows( P_Qte_Line_Id => p_model_line_id );
402:
403: IF aso_debug_pub.g_debug_flag = 'Y' THEN
404: aso_debug_pub.add('Create_header_xml: After call to aso_utility_pvt.Query_Line_Dtl_Rows');
405: END IF;

Line 404: aso_debug_pub.add('Create_header_xml: After call to aso_utility_pvt.Query_Line_Dtl_Rows');

400:
401: l_model_line_dtl_tbl := aso_utility_pvt.Query_Line_Dtl_Rows( P_Qte_Line_Id => p_model_line_id );
402:
403: IF aso_debug_pub.g_debug_flag = 'Y' THEN
404: aso_debug_pub.add('Create_header_xml: After call to aso_utility_pvt.Query_Line_Dtl_Rows');
405: END IF;
406:
407: /* Fix for bug 3998564 */
408: --OPEN C_org_id( l_model_line_rec.quote_header_id);