DBA Data[Home] [Help]

APPS.ZX_NEW_SERVICES_PKG dependencies on ZX_TRD_SERVICES_PUB_PKG

Line 1910: l_rec_nrec_dist_tbl ZX_TRD_SERVICES_PUB_PKG.rec_nrec_dist_tbl_type;

1906: l_api_version CONSTANT NUMBER := 1.0;
1907: l_return_status VARCHAR2(30);
1908: l_event_class_rec ZX_API_PUB.event_class_rec_type;
1909: l_init_msg_list VARCHAR2(1);
1910: l_rec_nrec_dist_tbl ZX_TRD_SERVICES_PUB_PKG.rec_nrec_dist_tbl_type;
1911: l_count NUMBER;
1912: l_upg_trx_info_rec zx_on_fly_trx_upgrade_pkg.zx_upg_trx_info_rec_type;
1913: l_trx_migrated_b BOOLEAN;
1914: l_summarization_flag VARCHAR2(1);

Line 2305: ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS(x_return_status => l_return_status);

2301: IF p_trx_line_id IS NOT NULL THEN
2302:
2303: -- Reverse the tax distributions, Payables needs to populate
2304: -- zx_reverse_dist_gt for this case.
2305: ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS(x_return_status => l_return_status);
2306:
2307: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS ) THEN
2308: x_return_status := l_return_status;
2309: IF (g_level_unexpected >= g_current_runtime_level ) THEN

Line 2313: 'ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS');

2309: IF (g_level_unexpected >= g_current_runtime_level ) THEN
2310: FND_LOG.STRING(g_level_unexpected,
2311: 'ZX.PLSQL.ZX_NEW_SERVICES_PKG.cancel_tax_lines',
2312: 'Incorrect return_status after calling ' ||
2313: 'ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS');
2314: FND_LOG.STRING(g_level_unexpected,
2315: 'ZX.PLSQL.ZX_NEW_SERVICES_PKG.cancel_tax_lines',
2316: 'RETURN_STATUS = ' || x_return_status);
2317: FND_LOG.STRING(g_level_unexpected,

Line 2475: ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS(x_return_status => l_return_status);

2471: 'Canceling Complete Invoice');
2472: END IF;
2473: -- Reverse the tax distributions, Payables needs to populate
2474: -- zx_reverse_dist_gt for this case.
2475: ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS(x_return_status => l_return_status);
2476:
2477: IF ( l_return_status <> FND_API.G_RET_STS_SUCCESS ) THEN
2478: x_return_status := l_return_status;
2479: IF (g_level_unexpected >= g_current_runtime_level ) THEN

Line 2483: 'ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS');

2479: IF (g_level_unexpected >= g_current_runtime_level ) THEN
2480: FND_LOG.STRING(g_level_unexpected,
2481: 'ZX.PLSQL.ZX_NEW_SERVICES_PKG.cancel_tax_lines',
2482: 'Incorrect return_status after calling ' ||
2483: 'ZX_TRD_SERVICES_PUB_PKG.REVERSE_DISTRIBUTIONS');
2484: FND_LOG.STRING(g_level_unexpected,
2485: 'ZX.PLSQL.ZX_NEW_SERVICES_PKG.cancel_tax_lines',
2486: 'RETURN_STATUS = ' || x_return_status);
2487: FND_LOG.STRING(g_level_unexpected,