DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on ZX_API_PUB

Line 10435: l_pa_item_info_tbl ZX_API_PUB.pa_item_info_tbl_type;

10431: l_po_line_location_id NUMBER;
10432: l_old_ccid NUMBER;
10433: l_new_ccid NUMBER;
10434: l_return BOOLEAN := FALSE;
10435: l_pa_item_info_tbl ZX_API_PUB.pa_item_info_tbl_type;
10436: l_return_status VARCHAR2(1);
10437: l_msg_count NUMBER;
10438: X_error_code VARCHAR2(30);
10439: l_encoded_error_message VARCHAR2(2000);

Line 10595: ZX_API_PUB.is_recoverability_affected(

10591: IF l_ccid_changed THEN
10592:
10593: l_ccid_changed := FALSE; /* Bug 5440305 - Reset the flag */
10594:
10595: ZX_API_PUB.is_recoverability_affected(
10596: p_api_version => 1.0,
10597: p_init_msg_list => FND_API.G_TRUE,
10598: p_commit => NULL,
10599: p_validation_level => NULL,

Line 10667: ZX_API_PUB.is_recoverability_affected(

10663: /* Bug 5440305 - eBTax API will be called only if there is a change in the account */
10664: IF l_ccid_changed THEN
10665:
10666: l_ccid_changed := FALSE; /* Bug 5440305 - Reset the flag */
10667: ZX_API_PUB.is_recoverability_affected(
10668: p_api_version => 1.0,
10669: p_init_msg_list => FND_API.G_TRUE,
10670: p_commit => NULL,
10671: p_validation_level => NULL,