DBA Data[Home] [Help]

APPS.PA_OBJECT_DIST_LISTS_PVT dependencies on PA_DISTRIBUTION_LISTS_PVT

Line 332: pa_distribution_lists_pvt.delete_dist_list (

328:
329: OPEN c_list_other_usage(rec.list_id);
330: FETCH c_list_other_usage INTO l_dummy;
331: IF c_list_other_usage%NOTFOUND THEN
332: pa_distribution_lists_pvt.delete_dist_list (
333: p_validate_only => fnd_api.g_false,
334: p_list_id => rec.list_id,
335: p_delete_list_item_flag => 'Y',
336: x_return_status => x_return_status,