DBA Data[Home] [Help]

APPS.AS_SALES_LEAD_REFERRAL dependencies on AS_SALES_LEAD_REFERRAL

Line 1: PACKAGE BODY AS_SALES_LEAD_REFERRAL AS

1: PACKAGE BODY AS_SALES_LEAD_REFERRAL AS
2: /* $Header: asxvlrpb.pls 120.1 2005/06/24 17:10:46 appldev ship $ */
3:
4: -- PROCEDURE
5: -- Update_sales_referral_lead

Line 160: AS_SALES_LEAD_REFERRAL.Notify_Party (

156: -- Send OUT NOCOPY email notification
157: AS_Utility_PVT.debug_message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, l_full_name ||': notification');
158: l_msg_data:=l_msg_data || '** while notifying';
159:
160: AS_SALES_LEAD_REFERRAL.Notify_Party (
161: p_api_version => 1.0
162: ,p_init_msg_list => FND_API.g_false
163: ,p_commit => FND_API.g_false
164: ,p_validation_level => FND_API.g_valid_level_full

Line 170: ,p_overriding_usernames => AS_SALES_LEAD_REFERRAL.G_MISS_OVER_USERNAMES_TBL

166: ,p_lead_id => P_SALES_LEAD_Rec.sales_lead_id
167: ,p_lead_status => l_lead_referral_status
168: ,p_salesforce_id => P_identity_salesforce_id
169:
170: ,p_overriding_usernames => AS_SALES_LEAD_REFERRAL.G_MISS_OVER_USERNAMES_TBL
171: ,x_Msg_Count => x_msg_count
172: ,x_Msg_Data => x_msg_data
173: ,x_Return_Status => x_return_status
174: );

Line 1110: End AS_SALES_LEAD_REFERRAL;

1106:
1107:
1108:
1109:
1110: End AS_SALES_LEAD_REFERRAL;
1111:
1112: