DBA Data[Home] [Help]

APPS.ZX_SRVC_TYP_PKG dependencies on ZX_TCM_GEO_JUR_PKG

Line 5590: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;

5586: x_return_status OUT NOCOPY VARCHAR2
5587: )IS
5588:
5589: i NUMBER;
5590: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;
5591: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;
5592: l_return_status VARCHAR2(1);
5593: l_context_info_rec ZX_API_PUB.context_info_rec_type;
5594: l_api_name CONSTANT VARCHAR2(30):= 'PREPARE_FOR_LOC_CACHING';

Line 5591: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;

5587: )IS
5588:
5589: i NUMBER;
5590: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;
5591: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;
5592: l_return_status VARCHAR2(1);
5593: l_context_info_rec ZX_API_PUB.context_info_rec_type;
5594: l_api_name CONSTANT VARCHAR2(30):= 'PREPARE_FOR_LOC_CACHING';
5595:

Line 5682: ZX_TCM_GEO_JUR_PKG.populate_loc_geography_info(event_class_mapping_id => p_event_class_rec.event_class_mapping_id,

5678: i := i + 1;
5679: END IF;
5680:
5681:
5682: ZX_TCM_GEO_JUR_PKG.populate_loc_geography_info(event_class_mapping_id => p_event_class_rec.event_class_mapping_id,
5683: trx_id => p_event_class_rec.trx_id,
5684: trx_line_id => ZX_GLOBAL_STRUCTURES_PKG.trx_line_dist_tbl.trx_line_id(p_trx_line_index),
5685: trx_level_type => ZX_GLOBAL_STRUCTURES_PKG.trx_line_dist_tbl.trx_level_type(p_trx_line_index),
5686: location_type_tbl => l_location_type_tbl,

Line 10583: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;

10579: l_cursor_rows NUMBER;
10580: l_return_status VARCHAR2(30);
10581: l_error_buffer VARCHAR2(2000);
10582: l_context_info_rec ZX_API_PUB.context_info_rec_type;
10583: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;
10584: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;
10585: i NUMBER;
10586: l_flag BOOLEAN;
10587: l_tax_calc_flag VARCHAR2(10);

Line 10584: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;

10580: l_return_status VARCHAR2(30);
10581: l_error_buffer VARCHAR2(2000);
10582: l_context_info_rec ZX_API_PUB.context_info_rec_type;
10583: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;
10584: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;
10585: i NUMBER;
10586: l_flag BOOLEAN;
10587: l_tax_calc_flag VARCHAR2(10);
10588: l_count_line_level_action NUMBER;

Line 13549: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;

13545: ) IS
13546: l_api_name CONSTANT VARCHAR2(30):= 'REVERSE_DOCUMENT';
13547: l_return_status VARCHAR2(30);
13548: l_context_info_rec ZX_API_PUB.context_info_rec_type;
13549: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;
13550: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;
13551: l_ptnr_tax_lines_insert NUMBER; -- Bug 5332192
13552: i NUMBER;
13553:

Line 13550: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;

13546: l_api_name CONSTANT VARCHAR2(30):= 'REVERSE_DOCUMENT';
13547: l_return_status VARCHAR2(30);
13548: l_context_info_rec ZX_API_PUB.context_info_rec_type;
13549: l_location_type_tbl ZX_TCM_GEO_JUR_PKG.location_type_tbl_type;
13550: l_location_id_tbl ZX_TCM_GEO_JUR_PKG.location_id_tbl_type;
13551: l_ptnr_tax_lines_insert NUMBER; -- Bug 5332192
13552: i NUMBER;
13553:
13554: CURSOR get_rev_info_csr IS