DBA Data[Home] [Help]

APPS.AS_SALES_LEADS_PUB dependencies on PVX_LEAD_PSS_LINES_PVT

Line 2290: l_lead_pss_line_rec PVX_LEAD_PSS_LINES_PVT.lead_pss_lines_rec_type ;

2286: IS
2287: l_api_name CONSTANT VARCHAR2(30) := 'Create_Opp_Lead_PSS_Lines';
2288: l_api_version_number CONSTANT NUMBER := 2.0;
2289:
2290: l_lead_pss_line_rec PVX_LEAD_PSS_LINES_PVT.lead_pss_lines_rec_type ;
2291: x_lead_pss_line_id PV_LEAD_PSS_LINES.LEAD_PSS_LINE_ID%TYPE;
2292:
2293: CURSOR C_Get_pss_lead_lines (X_Sales_Lead_Id NUMBER) IS
2294: SELECT uom_code

Line 2406: PVX_lead_pss_lines_PVT.create_lead_pss_line(

2402: l_lead_pss_line_rec.lead_id := p_opportunity_id;
2403: l_lead_pss_line_rec.object_id := p_opportunity_id;
2404: l_lead_pss_line_rec.object_name := 'OPPORTUNITY';
2405:
2406: PVX_lead_pss_lines_PVT.create_lead_pss_line(
2407: p_api_version_number => 1.0,
2408: p_init_msg_list => p_init_msg_list,
2409: p_commit => p_commit,
2410: p_validation_level => p_validation_level,