DBA Data[Home] [Help]

APPS.POS_VENDOR_REG_PKG dependencies on ZX_PARTY_TAX_PROFILE_PKG

Line 1109: zx_party_tax_profile_pkg.update_row

1105: FETCH l_ptp_cur INTO l_party_tax_profile_id;
1106: IF l_ptp_cur%found THEN
1107: CLOSE l_ptp_cur;
1108:
1109: zx_party_tax_profile_pkg.update_row
1110: (p_party_tax_profile_id => l_party_tax_profile_id,
1111: p_collecting_authority_flag => NULL,
1112: p_provider_type_code => NULL,
1113: p_create_awt_dists_type_code => NULL,

Line 1162: x_msg_data := 'call to zx_party_tax_profile_pkg.update_row failed';

1158: IF x_return_status IS NULL
1159: OR x_return_status <> fnd_api.g_ret_sts_success THEN
1160: ROLLBACK TO approve_supplier_reg;
1161: x_msg_count := 1;
1162: x_msg_data := 'call to zx_party_tax_profile_pkg.update_row failed';
1163: RETURN;
1164: END IF;
1165: ELSE
1166: CLOSE l_ptp_cur;