DBA Data[Home] [Help]

APPS.PA_ACTIONS_PUB dependencies on PA_EVENT_PUB

Line 4227: Pa_Event_Pub.create_event

4223: -- Invoke the API to create event for billing actions
4224: IF ( i_bill > 0 ) THEN
4225: IF ( p_insert_or_update = g_insert) THEN
4226:
4227: Pa_Event_Pub.create_event
4228: ( p_api_version_number => p_api_version
4229: ,p_commit => p_commit
4230: ,p_init_msg_list => FND_API.G_FALSE
4231: ,p_pm_product_code => l_pm_source_code

Line 4240: pa_debug.write(g_module_name,'Returned from Pa_Event_Pub.create_event for billing action ['||x_return_status||']',5);

4236: ,p_return_status => x_return_status
4237: );
4238:
4239: IF p_debug_mode = 'Y' THEN
4240: pa_debug.write(g_module_name,'Returned from Pa_Event_Pub.create_event for billing action ['||x_return_status||']',5);
4241: END IF;
4242:
4243: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
4244: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 4251: Pa_Event_Pub.Update_Event

4247: END IF;
4248:
4249: ELSIF ( p_insert_or_update = g_update) THEN
4250:
4251: Pa_Event_Pub.Update_Event
4252: ( p_api_version_number => p_api_version
4253: , p_commit => p_commit
4254: , p_init_msg_list => FND_API.G_FALSE
4255: , p_pm_product_code => l_pm_source_code

Line 4264: pa_debug.write(g_module_name,'Returned from Pa_Event_Pub.update_event for billing action ['||x_return_status||']',5);

4260: , p_return_status => x_return_status
4261: );
4262:
4263: IF p_debug_mode = 'Y' THEN
4264: pa_debug.write(g_module_name,'Returned from Pa_Event_Pub.update_event for billing action ['||x_return_status||']',5);
4265: END IF;
4266:
4267: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
4268: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;