DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on ASO_SECURITY_INT

Line 2090: ASO_SECURITY_INT.Add_SalesRep_QuoteCreator (

2086: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2087: aso_debug_pub.ADD ( 'Copy_Header_Rows: Sales_Team: l_sales_team_prof : ' || l_sales_team_prof , 1 , 'N' );
2088: END IF;
2089:
2090: ASO_SECURITY_INT.Add_SalesRep_QuoteCreator (
2091: p_init_msg_list => FND_API.G_FALSE
2092: , p_commit => FND_API.G_FALSE
2093: , p_Qte_Header_Rec => l_qte_header_rec
2094: , x_return_status => x_return_status

Line 2114: ASO_SECURITY_INT.Add_SalesRep_QuoteCreator (

2110: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2111: aso_debug_pub.ADD ( 'Copy_Header_Rows - Copy_To_Same_Customer is True and Copy_Sales_Team is False ', 1 , 'N' );
2112: END IF;
2113:
2114: ASO_SECURITY_INT.Add_SalesRep_QuoteCreator (
2115: p_init_msg_list => FND_API.G_FALSE
2116: , p_commit => FND_API.G_FALSE
2117: , p_Qte_Header_Rec => l_qte_header_rec
2118: , x_return_status => x_return_status

Line 2138: aso_debug_pub.ADD ( 'Copy_Header_Rows: Before calling ASO_SECURITY_INT.Add_SalesRep_QuoteCreator ' , 1 , 'N' );

2134:
2135: IF l_sales_team_prof = 'FULL' OR l_sales_team_prof = 'PARTIAL' THEN
2136:
2137: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2138: aso_debug_pub.ADD ( 'Copy_Header_Rows: Before calling ASO_SECURITY_INT.Add_SalesRep_QuoteCreator ' , 1 , 'N' );
2139: END IF;
2140:
2141: ASO_SECURITY_INT.Add_SalesRep_QuoteCreator (
2142: p_init_msg_list => FND_API.G_FALSE

Line 2141: ASO_SECURITY_INT.Add_SalesRep_QuoteCreator (

2137: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2138: aso_debug_pub.ADD ( 'Copy_Header_Rows: Before calling ASO_SECURITY_INT.Add_SalesRep_QuoteCreator ' , 1 , 'N' );
2139: END IF;
2140:
2141: ASO_SECURITY_INT.Add_SalesRep_QuoteCreator (
2142: p_init_msg_list => FND_API.G_FALSE
2143: , p_commit => FND_API.G_FALSE
2144: , p_Qte_Header_Rec => l_qte_header_rec
2145: , x_return_status => x_return_status