DBA Data[Home] [Help]

APPS.AS_OPPORTUNITY_PUB dependencies on JTF_USR_HKS

Line 138: IF(JTF_USR_HKS.Ok_to_execute('AS_OPPORTUNITY_PUB', 'Create_Opp_Header','A','V'))

134: raise FND_API.G_EXC_UNEXPECTED_ERROR;
135: END IF;
136:
137: -- USER HOOK standard : vertical industry post-processing section
138: IF(JTF_USR_HKS.Ok_to_execute('AS_OPPORTUNITY_PUB', 'Create_Opp_Header','A','V'))
139: THEN
140: l_Header_Rec.lead_id := x_LEAD_ID;
141: l_lead_id := x_LEAD_ID;
142:

Line 334: IF(JTF_USR_HKS.Ok_to_execute('AS_OPPORTUNITY_PUB', 'Update_Opp_Header','B','V'))

330: );
331: *****/
332:
333: -- USER HOOK standard : vertical industry pre-processing section
334: IF(JTF_USR_HKS.Ok_to_execute('AS_OPPORTUNITY_PUB', 'Update_Opp_Header','B','V'))
335: THEN
336: AS_OPPORTUNITY_VUHK.Update_opp_header_Pre(
337: P_Api_Version_Number => 2.0,
338: P_Init_Msg_List => FND_API.G_FALSE,

Line 399: IF(JTF_USR_HKS.Ok_to_execute('AS_OPPORTUNITY_PUB', 'Update_Opp_Header','A','V'))

395: END IF;
396:
397:
398: -- USER HOOK standard : vertical industry post-processing section
399: IF(JTF_USR_HKS.Ok_to_execute('AS_OPPORTUNITY_PUB', 'Update_Opp_Header','A','V'))
400: THEN
401: AS_OPPORTUNITY_VUHK.Update_opp_header_Post(
402: P_Api_Version_Number => 2.0,
403: P_Init_Msg_List => FND_API.G_FALSE,