DBA Data[Home] [Help]

APPS.PA_ACTIONS_PUB dependencies on PA_EVENT_PUB

Line 4116: -- then it is not required to call pa_event_pub.update_event

4112: (p_action_in_tbl(i_actn).funding_rate IS NOT NULL AND
4113: p_action_in_tbl(i_actn).funding_rate = PA_INTERFACE_UTILS_PUB.G_PA_MISS_NUM))
4114: )THEN
4115: -- In Update context, if none of the billing event related parameters are passed,
4116: -- then it is not required to call pa_event_pub.update_event
4117: NULL;
4118: ELSE
4119:
4120: -- Populating the Billing Event PLSQL table

Line 4296: Pa_Event_Pub.create_event

4292: -- Invoke the API to create event for billing actions
4293: IF ( i_bill > 0 ) THEN
4294: IF ( p_insert_or_update = g_insert) THEN
4295:
4296: Pa_Event_Pub.create_event
4297: ( p_api_version_number => p_api_version
4298: ,p_commit => p_commit
4299: ,p_init_msg_list => FND_API.G_FALSE
4300: ,p_pm_product_code => l_pm_source_code

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

4305: ,p_return_status => x_return_status
4306: );
4307:
4308: IF p_debug_mode = 'Y' THEN
4309: pa_debug.write(g_module_name,'Returned from Pa_Event_Pub.create_event for billing action ['||x_return_status||']',5);
4310: END IF;
4311:
4312: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
4313: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 4320: Pa_Event_Pub.Update_Event

4316: END IF;
4317:
4318: ELSIF ( p_insert_or_update = g_update) THEN
4319:
4320: Pa_Event_Pub.Update_Event
4321: ( p_api_version_number => p_api_version
4322: , p_commit => p_commit
4323: , p_init_msg_list => FND_API.G_FALSE
4324: , p_pm_product_code => l_pm_source_code

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

4329: , p_return_status => x_return_status
4330: );
4331:
4332: IF p_debug_mode = 'Y' THEN
4333: pa_debug.write(g_module_name,'Returned from Pa_Event_Pub.update_event for billing action ['||x_return_status||']',5);
4334: END IF;
4335:
4336: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
4337: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;