DBA Data[Home] [Help]

APPS.PA_ADJUSTMENTS dependencies on ZX_API_PUB

Line 10724: l_pa_item_info_tbl ZX_API_PUB.pa_item_info_tbl_type;

10720: l_po_line_location_id NUMBER;
10721: l_old_ccid NUMBER;
10722: l_new_ccid NUMBER;
10723: l_return BOOLEAN := FALSE;
10724: l_pa_item_info_tbl ZX_API_PUB.pa_item_info_tbl_type;
10725: l_return_status VARCHAR2(1);
10726: l_msg_count NUMBER;
10727: X_error_code VARCHAR2(30);
10728: l_encoded_error_message VARCHAR2(2000);

Line 10913: ZX_API_PUB.is_recoverability_affected(

10909: IF l_ccid_changed THEN
10910:
10911: l_ccid_changed := FALSE; /* Bug 5440305 - Reset the flag */
10912:
10913: ZX_API_PUB.is_recoverability_affected(
10914: p_api_version => 1.0,
10915: p_init_msg_list => FND_API.G_TRUE,
10916: p_commit => NULL,
10917: p_validation_level => NULL,

Line 10985: ZX_API_PUB.is_recoverability_affected(

10981: /* Bug 5440305 - eBTax API will be called only if there is a change in the account */
10982: IF l_ccid_changed THEN
10983:
10984: l_ccid_changed := FALSE; /* Bug 5440305 - Reset the flag */
10985: ZX_API_PUB.is_recoverability_affected(
10986: p_api_version => 1.0,
10987: p_init_msg_list => FND_API.G_TRUE,
10988: p_commit => NULL,
10989: p_validation_level => NULL,